diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/linux-netscape4/Makefile | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/linux-netscape4/Makefile')
-rw-r--r-- | www/linux-netscape4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-netscape4/Makefile b/www/linux-netscape4/Makefile index 3c08124..78917f6 100644 --- a/www/linux-netscape4/Makefile +++ b/www/linux-netscape4/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: linux-netscape4 -# Version required: 4.08 # Date created: 24 Feb 1997 # Whom: ache # # $FreeBSD$ # -DISTNAME= communicator-v408-export.x86-unknown-linux2.0_libc5 -PKGNAME= linux-netscape-4.08 +PORTNAME= linux-netscape +PORTVERSION= 4.08 CATEGORIES= www linux MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ ftp://ftp.sunsite.auc.dk/disk4/mirrorsite.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ +DISTNAME= communicator-v408-export.x86-unknown-linux2.0_libc5 MAINTAINER= tom@eborcom.com |