aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-06-19 20:16:05 +0800
committerjohans <johans@FreeBSD.org>2008-06-19 20:16:05 +0800
commiteae368adebbfd216fdea4b2e1501efaf92a12311 (patch)
tree9c297db75bff5bba05ea1833c7f3a2eacfe9bb0c /www
parentafffca7e89e390510f0b2dcf4abac062446fbfda (diff)
downloadfreebsd-ports-gnome-eae368adebbfd216fdea4b2e1501efaf92a12311.tar.gz
freebsd-ports-gnome-eae368adebbfd216fdea4b2e1501efaf92a12311.tar.zst
freebsd-ports-gnome-eae368adebbfd216fdea4b2e1501efaf92a12311.zip
Don't create DOCSDIR when NOPORTDOCS is set
Reported by: itetcu (QA Tindy)
Diffstat (limited to 'www')
-rw-r--r--www/xshttpd-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index e2982edfa8ce..f84c11c921e6 100644
--- a/www/xshttpd-devel/Makefile
+++ b/www/xshttpd-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xshttpd
DISTVERSION= 3.6b12
+PORTREVISION= 1
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
ftp://mud.stack.nl/pub/xs-httpd/release/
@@ -102,6 +103,8 @@ post-patch:
${WRKSRC}/src/constants.h
@${REINPLACE_CMD} -e 's|mime.types ||g' \
${WRKSRC}/config/Makefile.in
+ @${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
+ ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)