summaryrefslogtreecommitdiff
path: root/java/jdk
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 /java/jdk
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 'java/jdk')
-rw-r--r--java/jdk/Makefile6
1 files changed, 3 insertions, 3 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>