diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-06-28 09:46:55 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-06-28 09:46:55 +0000 |
commit | 4181608a73aba2037da218d35182e1701721c066 (patch) | |
tree | 0a87adf8575507cbf9c5830f0d6e467b8bf57e56 /www/xshttpd-devel | |
parent | 02003c80b90e0aff194e9308a4742ba1c4224226 (diff) |
Notes
Diffstat (limited to 'www/xshttpd-devel')
-rw-r--r-- | www/xshttpd-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile index 749401896d7c..62172bb04a2b 100644 --- a/www/xshttpd-devel/Makefile +++ b/www/xshttpd-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= xshttpd DISTVERSION= 3.5b12 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -98,7 +99,7 @@ post-patch: ${WRKSRC}/$i .endfor @${REINPLACE_CMD} \ - -e 's|\(MIMETYPESFILE\ "\).*|\1${LOCALBASE}/etc/mime.types"|' \ + -e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \ ${WRKSRC}/src/confuser.h @${REINPLACE_CMD} -e 's|mime.types ||g' \ ${WRKSRC}/config/Makefile.in |