diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/netscape7 | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.zst freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/netscape7')
-rw-r--r-- | www/netscape7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 2d053bebd4dc..7c726b17cc2c 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: netscape-communcator-linux-4.x -# Version required: 4.7 # Date created: 27 June 1999 # Whom: girgen@partitur.se # Based on work by: thepish @@ -7,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} +PORTNAME= linux-netscape-${BROWSER} +PORTVERSION= ${BROWSER_VER} CATEGORIES= www linux MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ |