diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
| commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
| tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/linux-netscape47-communicator | |
| parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/linux-netscape47-communicator')
| -rw-r--r-- | www/linux-netscape47-communicator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-netscape47-communicator/Makefile b/www/linux-netscape47-communicator/Makefile index 2d053bebd4dc..7c726b17cc2c 100644 --- a/www/linux-netscape47-communicator/Makefile +++ b/www/linux-netscape47-communicator/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/ |
