summaryrefslogtreecommitdiff
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
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
-rw-r--r--java/jdk/Makefile6
-rw-r--r--java/jdk11/Makefile6
-rw-r--r--www/netscape3/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile
index c00bc3578085..787bb18f36f5 100644
--- a/java/jdk/Makefile
+++ b/java/jdk/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 April 1996
# Whom: Sujal Patel <smpatel@freebsd.org>
#
-# $Id: Makefile,v 1.4 1996/11/18 11:41:08 asami Exp $
+# $Id: Makefile,v 1.5 1996/12/07 09:28:47 max Exp $
#
DISTNAME= jdk
@@ -15,10 +15,10 @@ DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z
MAINTAINER= smpatel@freebsd.org
-NO_CDROM= "Put copyright on packaging, etc."
+NO_CDROM= "Put copyright on packaging, etc"
NO_WRKSUBDIR= yes
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index c00bc3578085..787bb18f36f5 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 April 1996
# Whom: Sujal Patel <smpatel@freebsd.org>
#
-# $Id: Makefile,v 1.4 1996/11/18 11:41:08 asami Exp $
+# $Id: Makefile,v 1.5 1996/12/07 09:28:47 max Exp $
#
DISTNAME= jdk
@@ -15,10 +15,10 @@ DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z
MAINTAINER= smpatel@freebsd.org
-NO_CDROM= "Put copyright on packaging, etc."
+NO_CDROM= "Put copyright on packaging, etc"
NO_WRKSUBDIR= yes
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
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>