diff options
author | johans <johans@FreeBSD.org> | 2008-07-20 20:35:32 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-07-20 20:35:32 +0800 |
commit | 69bff7f6ee260cba5465ea496bc8e6100e552a37 (patch) | |
tree | a43ba2311c317ab0991c202634134cd47850deb2 /www | |
parent | 311d79980b6f30d3d266012f00c3a165304c8131 (diff) | |
download | freebsd-ports-gnome-69bff7f6ee260cba5465ea496bc8e6100e552a37.tar.gz freebsd-ports-gnome-69bff7f6ee260cba5465ea496bc8e6100e552a37.tar.zst freebsd-ports-gnome-69bff7f6ee260cba5465ea496bc8e6100e552a37.zip |
Don't create DOCSDIR when NOPORTDOCS is set
Reported by: itetcu (QA Tindy)
Diffstat (limited to 'www')
-rw-r--r-- | www/xshttpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/xshttpd/Makefile b/www/xshttpd/Makefile index 207fc95187f8..f1730c92d4d9 100644 --- a/www/xshttpd/Makefile +++ b/www/xshttpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xshttpd DISTVERSION= 3.5g04 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -101,6 +102,8 @@ post-patch: ${WRKSRC}/src/confuser.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) |