diff options
author | billf <billf@FreeBSD.org> | 1998-12-03 22:08:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-03 22:08:48 +0000 |
commit | 372b5a86057796243b23a7c802fbb82c6b1c13b4 (patch) | |
tree | 0f93b1b132f19dea9647fb5e55d8304bdb8dfa6d /www | |
parent | a8efadea3770b53b229fe805c9821e6ed83cb735 (diff) | |
download | FreeBSD-ports-372b5a86057796243b23a7c802fbb82c6b1c13b4.zip FreeBSD-ports-372b5a86057796243b23a7c802fbb82c6b1c13b4.tar.gz |
Use DISTFILES right away so USE_128BIT can add on to it.
PR: ports/8948
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 4 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 868766f..fd1a8bd 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -3,13 +3,15 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.30 1998/11/24 22:10:42 obrien Exp $ +# $Id: Makefile,v 1.31 1998/11/28 09:00:33 obrien Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd PKGNAME= netscape-communicator-4.5 CATEGORIES= www MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/complete_install/ +# DISTFILES must be set to begin with so USE_128BIT can add on to it. +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= thepish@FreeBSD.ORG diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 868766f..fd1a8bd 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -3,13 +3,15 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.30 1998/11/24 22:10:42 obrien Exp $ +# $Id: Makefile,v 1.31 1998/11/28 09:00:33 obrien Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd PKGNAME= netscape-communicator-4.5 CATEGORIES= www MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/complete_install/ +# DISTFILES must be set to begin with so USE_128BIT can add on to it. +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= thepish@FreeBSD.ORG |