diff options
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 |