summaryrefslogtreecommitdiff
path: root/www/netscape3
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 01:04:24 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 01:04:24 +0000
commit76fb447cee1a4d41832146fb90e604a741fc3484 (patch)
tree2ec25faf04119f0f8f988c6480dd893ddc5da3e1 /www/netscape3
parentChange DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required (diff)
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT}
Notes
Notes: svn path=/head/; revision=4880
Diffstat (limited to 'www/netscape3')
-rw-r--r--www/netscape3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile
index caecf834007c..e60eb41d06d0 100644
--- a/www/netscape3/Makefile
+++ b/www/netscape3/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1995
# Whom: asami
#
-# $Id: Makefile,v 1.14 1996/11/18 11:41:39 asami Exp $
+# $Id: Makefile,v 1.15 1996/11/30 10:50:22 asami Exp $
#
DISTNAME= netscape-3.01
@@ -18,7 +18,7 @@ DISTFILES= netscape-v301-export.x86-unknown-bsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
-RESTRICTED= "Commercial software."
+RESTRICTED= "Commercial software"
NO_WRKSUBDIR= yes
pre-fetch:
@@ -29,6 +29,6 @@ pre-fetch:
.endif
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>