diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 12:42:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 12:42:19 +0000 |
commit | bc2181889b7ff86b8598f1c680c05fadd9547c17 (patch) | |
tree | 046a0716d5b59d8c62c397f60c6fe0b48d4d4c23 /security/hackbot/Makefile | |
parent | New port MP3c, a cd to mp3 converter with an ASCII frontend: (diff) |
Man-pages are already compressed when installed.
Submitted by: Yonatan Bokovza <Yonatan@xpert.com>
Notes
Notes:
svn path=/head/; revision=73480
Diffstat (limited to 'security/hackbot/Makefile')
-rw-r--r-- | security/hackbot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile index f07e27a15748..17d17714b5c9 100644 --- a/security/hackbot/Makefile +++ b/security/hackbot/Makefile @@ -30,5 +30,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/ MAN1= hackbot.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |