diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-19 20:42:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-19 20:42:19 +0800 |
commit | a3c1a8e2319a8f54c586946f1fcdcf4a5f55dd2c (patch) | |
tree | ec65a3be7f8e6c1629dd28cc469976cb60d7a32e /security/hackbot | |
parent | d3207209dd5b5ebb28dd8d37e075b7e97664e85f (diff) | |
download | freebsd-ports-gnome-a3c1a8e2319a8f54c586946f1fcdcf4a5f55dd2c.tar.gz freebsd-ports-gnome-a3c1a8e2319a8f54c586946f1fcdcf4a5f55dd2c.tar.zst freebsd-ports-gnome-a3c1a8e2319a8f54c586946f1fcdcf4a5f55dd2c.zip |
Man-pages are already compressed when installed.
Submitted by: Yonatan Bokovza <Yonatan@xpert.com>
Diffstat (limited to 'security/hackbot')
-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> |