diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-06-19 12:16:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-06-19 12:16:05 +0000 |
commit | 94b02c500a3a3173e5338ebb18b164df1ae9a127 (patch) | |
tree | 68c95b4d93678b54d25721e61b42feb9701a1f88 | |
parent | 0401d7f4f9038285eca209bc3c2b3c21ec9f4e4d (diff) |
Notes
-rw-r--r-- | www/xshttpd-devel/Makefile | 3 |
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) |