diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 07:57:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 07:57:45 +0000 |
commit | 5697f5e830acb4d23315b2bc9a2e0f8a84220847 (patch) | |
tree | 2e7c16cae6f223140247827926e134ccd7c64ff8 /www/http_get | |
parent | e61c21273a44802bad95e8a4f8858d6df9dae7ce (diff) | |
download | ports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.tar.gz ports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.zip |
Notes
Diffstat (limited to 'www/http_get')
-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> |