diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:04:24 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:04:24 +0800 |
commit | ae692bff24139fed21b8a803ba7bb32f5f91825c (patch) | |
tree | 6232bfe65b0486de3a829ba4a55e7f2c2480ef53 /java/jdk11 | |
parent | 80590422b6fb7144a8eeb54af5171c3e0e39aeb8 (diff) | |
download | freebsd-ports-gnome-ae692bff24139fed21b8a803ba7bb32f5f91825c.tar.gz freebsd-ports-gnome-ae692bff24139fed21b8a803ba7bb32f5f91825c.tar.zst freebsd-ports-gnome-ae692bff24139fed21b8a803ba7bb32f5f91825c.zip |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
cat -> ${CAT}
Diffstat (limited to 'java/jdk11')
-rw-r--r-- | java/jdk11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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> |