diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-07-20 12:35:32 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-07-20 12:35:32 +0000 |
commit | b87750163ead7112c3b4ccadaaff5a1873566a29 (patch) | |
tree | d626fb17e6e98cad3c2573eab661e15c64d2248d /www/xshttpd | |
parent | f428fa15e0f612c5747f3fec4274ce6d228c622e (diff) | |
download | ports-b87750163ead7112c3b4ccadaaff5a1873566a29.tar.gz ports-b87750163ead7112c3b4ccadaaff5a1873566a29.zip |
Notes
Diffstat (limited to 'www/xshttpd')
-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) |