diff options
Diffstat (limited to 'www/http_get/Makefile')
-rw-r--r-- | www/http_get/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/http_get/Makefile b/www/http_get/Makefile index 706d3c8cae3c..110b397422e0 100644 --- a/www/http_get/Makefile +++ b/www/http_get/Makefile @@ -13,13 +13,11 @@ COMMENT= Dump http-contents to stdout WRKSRC= ${WRKDIR}/http_get MAKEFILE= ${FILESDIR}/Makefile.bsd -MAN1= http_get.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/http_get +PLIST_FILES= bin/http_get \ + man/man1/http_get.1.gz .ifndef NO_OPENSSL USE_OPENSSL= yes .endif -NO_STAGE= yes .include <bsd.port.mk> |