diff options
Diffstat (limited to 'www/webfs/Makefile')
-rw-r--r-- | www/webfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile index 34671f452e14..6daae6fc152b 100644 --- a/www/webfs/Makefile +++ b/www/webfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webfs -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= www ipv6 MASTER_SITES= http://bytesex.org/misc/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,8 +25,6 @@ BROKEN= "Requires FreeBSD 4.x or greater due to ipv6 support" do-configure: @${PERL} -pi.orig -e 's|/etc/mime.types|${MIMEFILE}|' ${WRKSRC}/Makefile -# author forgot to bump the revision number - @${PERL} -pi.orig -e 's|1.9|1.10|' ${WRKSRC}/main.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/webfsd ${PREFIX}/sbin |