aboutsummaryrefslogtreecommitdiff
path: root/www/http_get
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-29 07:57:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-29 07:57:45 +0000
commit5697f5e830acb4d23315b2bc9a2e0f8a84220847 (patch)
tree2e7c16cae6f223140247827926e134ccd7c64ff8 /www/http_get
parente61c21273a44802bad95e8a4f8858d6df9dae7ce (diff)
downloadports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.tar.gz
ports-5697f5e830acb4d23315b2bc9a2e0f8a84220847.zip
- Stage support
Notes
Notes: svn path=/head/; revision=341687
Diffstat (limited to 'www/http_get')
-rw-r--r--www/http_get/Makefile6
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>