diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:58:19 +0000 |
commit | f2f1754b99181cba6555b59ad5192b5a7482b01a (patch) | |
tree | b49810ab35d424200cede94762f678119fb64679 /sysutils/ah-tty | |
parent | 24ece4c856038b45cdfba886b7a517c10ed663f1 (diff) |
Notes
Diffstat (limited to 'sysutils/ah-tty')
-rw-r--r-- | sysutils/ah-tty/Makefile | 3 | ||||
-rw-r--r-- | sysutils/ah-tty/pkg-plist | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 2ec7b41b456f..0b13c3fc97fb 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -17,7 +17,10 @@ COMMENT= Ah-tty is an automatic helper for command prompts and shells GNU_CONFIGURE= yes USE_REINPLACE= yes +PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf + MAN1= ah-tty.1 +INFO= ah-tty post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ diff --git a/sysutils/ah-tty/pkg-plist b/sysutils/ah-tty/pkg-plist deleted file mode 100644 index 30ccc6ef454e..000000000000 --- a/sysutils/ah-tty/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/ah-tty -bin/ah-tty.static -share/ah-tty.conf -@unexec install-info --delete %D/info/ah-tty.info %D/info/dir -info/ah-tty.info -@exec install-info %D/info/ah-tty.info %D/info/dir |