diff options
author | jseger <jseger@FreeBSD.org> | 1998-05-03 01:49:10 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-05-03 01:49:10 +0800 |
commit | 7c32048037e916c69d1314230b017d1b0ac36fcb (patch) | |
tree | cfb55a8bcc27a2da43d04c41db1e76b498de27f4 /www/mozilla+ipv6/Makefile | |
parent | 2128837da11326bd5fceeec807c1b3d39158f6c5 (diff) | |
download | freebsd-ports-gnome-7c32048037e916c69d1314230b017d1b0ac36fcb.tar.gz freebsd-ports-gnome-7c32048037e916c69d1314230b017d1b0ac36fcb.tar.zst freebsd-ports-gnome-7c32048037e916c69d1314230b017d1b0ac36fcb.zip |
Upgrade to the April 29, 1998 snapshot.
Diffstat (limited to 'www/mozilla+ipv6/Makefile')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 56ae97b33cd2..effe979103e2 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: mozilla -# Version required: 1998-04-08 +# Version required: 1998-04-29 # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $Id: Makefile,v 1.23 1998/04/17 10:36:45 jseger Exp $ +# $Id: Makefile,v 1.24 1998/04/17 21:52:17 asami Exp $ # -DISTNAME= unix_19980408 -PKGNAME= mozilla-1998-04-08 +DISTNAME= unix-19980429 +PKGNAME= mozilla-1998-04-29 CATEGORIES= www MASTER_SITES= ftp://mirror.neosoft.com/pub/mozilla/mozilla/source/ \ ftp://ftp.bitcon.no/pub/www/mozilla/mozilla/source/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://mirror.neosoft.com/pub/mozilla/mozilla/source/ \ MAINTAINER= jseger@FreeBSD.org -WRKSRC= ${WRKDIR}/ns +WRKSRC= ${WRKDIR}/`${ECHO} ${DISTNAME} | ${SED} 's/unix-//'`/mozilla USE_GMAKE= yes DIST_SUBDIR= mozilla MAKE_ENV= NO_SECURITY=1 MOZ_MEDIUM=1 MOZILLA_CLIENT=1 NO_MDUPDATE=1 \ |