diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-04-11 14:58:15 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-04-11 14:58:15 +0000 |
commit | a497794cd4f759d70b399fcde77c76d3900bebda (patch) | |
tree | ab35e02d34368f082c555ca90487b61137a5eedb /www/wwwoffle/Makefile | |
parent | 0ab420e05e75097bdc60c4d936f991acdfbf9c68 (diff) |
Upgrade to 2.6b.
Notes
Notes:
svn path=/head/; revision=41286
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 05e3ae002cd4..b3fdcb0dfddb 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wwwoffle -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 2.6b CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ ${MASTER_SITE_SUNSITE} @@ -19,13 +18,14 @@ EXTRACT_SUFX= .tgz .if ${OSVERSION} >= 400014 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ -PATCHFILES= wwwoffle-26-v6-20001122.diff.gz +PATCHFILES= wwwoffle-26b-v6-20010411.diff.gz PATCH_DIST_STRIP= -p1 .endif MAINTAINER= sumikawa@FreeBSD.org USE_PERL5= yes +USE_GMAKE= yes # $SPOOL seems like a common name which could be used for other things, so # use $WWWOFFLE_SPOOL as the overriding setting. |