diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-08-09 18:47:54 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-08-09 18:47:54 +0000 |
commit | 7e82dd1cb49173a1cb626934499f6b19f492d15e (patch) | |
tree | 8c428c7899c33824eaf42dc52ab25af1c42c84f4 /www/netscape3-gold | |
parent | cdb4ca853afa94e8e70ce13d61d1adbbb0be50b4 (diff) |
Refine PKGNAME as official format,
cope with fortify 1.4.3,
change MAINTAINER to sada,
divide COMMENT for eath regular and gold version.
I've realized PKGNAME justification by different way from
the PR notifies.
PR: ports/12955
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Notes
Notes:
svn path=/head/; revision=20632
Diffstat (limited to 'www/netscape3-gold')
-rw-r--r-- | www/netscape3-gold/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/netscape3-gold/Makefile b/www/netscape3-gold/Makefile index 4ada889ddb7c..878766cd46e0 100644 --- a/www/netscape3-gold/Makefile +++ b/www/netscape3-gold/Makefile @@ -3,12 +3,14 @@ # Date created: 21 August 1995 # Whom: asami # -# $Id: Makefile,v 1.1 1998/11/22 22:31:23 asami Exp $ +# $Id: Makefile,v 1.2 1999/01/13 04:00:07 scrappy Exp $ # -GOLD= yes -MASTERDIR= ${.CURDIR}/../netscape3 +DISTNAME= netscape-gold-3.04 +MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/ -Y2K= http://home.netscape.com/products/year2000/faq/client.html +DIST_SUBDIR= gold +COMMENT= ${.CURDIR}/pkg/COMMENT +MASTERDIR= ${.CURDIR}/../netscape3 .include "${MASTERDIR}/Makefile" |