diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-23 22:14:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-23 22:14:02 +0800 |
commit | 981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc (patch) | |
tree | 5b694a69cd06b09042d2ce69785b42916ce32366 /www/xshttpd-devel/Makefile | |
parent | 296ffe534f1afe51928d409d53902cf6a99db71a (diff) | |
download | freebsd-ports-gnome-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.tar.gz freebsd-ports-gnome-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.tar.zst freebsd-ports-gnome-981d140e8cdc9b8fd9af31d69bdbc300dcb68cdc.zip |
- Update to 3.3b34
- Nuke files/patch-src_confuser.h
PR: 87868
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'www/xshttpd-devel/Makefile')
-rw-r--r-- | www/xshttpd-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile index fa5b9290b99a..7240a368bf46 100644 --- a/www/xshttpd-devel/Makefile +++ b/www/xshttpd-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xshttpd -DISTVERSION= 3.3b30 +DISTVERSION= 3.3b34 CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -78,9 +78,7 @@ post-patch: -e 's|nogroup|${WWWGRP}|g' \ ${WRKSRC}/$i .endfor - - @${REINPLACE_CMD} \ - -e 's|@LOCALBASE@|${LOCALBASE}|g' \ + @${REINPLACE_CMD} -e 's|\(MIMETYPESFILE\ "\).*|\1${LOCALBASE}/etc/mime.types"|' \ ${WRKSRC}/src/confuser.h post-install: |