diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-01-30 13:42:51 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-01-30 13:42:51 +0000 |
commit | 0aad7231763949504fd0d0079d6cdf165ea37a02 (patch) | |
tree | bb53cc91f82b4a7496df83e1a52225c394af887c /www/webfs/Makefile | |
parent | b63ccc8a1755ccd8eea87dcf7400e625c87c2a32 (diff) |
Notes
Diffstat (limited to 'www/webfs/Makefile')
-rw-r--r-- | www/webfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile index 12cc35e0db57..41bb4b265f16 100644 --- a/www/webfs/Makefile +++ b/www/webfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webfs -PORTVERSION= 1.13 +PORTVERSION= 1.16 CATEGORIES= www ipv6 MASTER_SITES= http://bytesex.org/misc/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,6 +25,7 @@ BROKEN= "Requires FreeBSD 4.x or greater due to ipv6 support" do-configure: @${PERL} -pi.orig -e 's|/etc/mime.types|${MIMEFILE}|' ${WRKSRC}/Makefile + @${PERL} -pi.orig -e 's|/etc/mime.types|${MIMEFILE}|' ${WRKSRC}/webfsd.man do-install: @${INSTALL_PROGRAM} ${WRKSRC}/webfsd ${PREFIX}/sbin |