summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-18 22:13:23 +0000
committerwiz <wiz@pkgsrc.org>2006-02-18 22:13:23 +0000
commit7c5f2f19089b532af5938aebe58c51d2fb130275 (patch)
treeb4195a958ad8746a0836fabeb0db9fe346622bbd
parent5bce6cb2d3440d97ef58a5abe5d63886ce608721 (diff)
downloadpkgsrc-7c5f2f19089b532af5938aebe58c51d2fb130275.tar.gz
Use REQD_DIRS instead of OWN_DIRS, for CHECK_FILES.
While here, quiet pkglint.
-rw-r--r--lang/blackdown-jre13/Makefile26
-rw-r--r--lang/blackdown-jre13/Makefile.common4
2 files changed, 15 insertions, 15 deletions
diff --git a/lang/blackdown-jre13/Makefile b/lang/blackdown-jre13/Makefile
index fad96461201..b77eb84c69a 100644
--- a/lang/blackdown-jre13/Makefile
+++ b/lang/blackdown-jre13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/12/29 06:21:45 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/18 22:13:23 wiz Exp $
#
BD_BASENAME= j2re
@@ -20,24 +20,24 @@ PLIST_SRC= ${PKGDIR}/PLIST
PLIST_SRC+= ${PKGDIR}/PLIST.i386
.endif
-OWN_DIRS= ${JVM_HOME}
-OWN_DIRS+= ${JVM_HOME}/lib
-OWN_DIRS+= ${JVM_HOME}/lib/${BLACKDOWN_ARCH}
-OWN_DIRS+= ${JVM_HOME}/lib/applet
-OWN_DIRS+= ${JVM_HOME}/lib/ext
-OWN_DIRS+= ${JVM_HOME}/lib/images
-OWN_DIRS+= ${JVM_HOME}/lib/images/cursors
-OWN_DIRS+= ${JVM_HOME}/lib/security
-OWN_DIRS+= ${JVM_HOME}/plugin/${BLACKDOWN_ARCH}
-OWN_DIRS+= ${JVM_HOME}/plugin
+REQD_DIRS= ${JVM_HOME}
+REQD_DIRS+= ${JVM_HOME}/lib
+REQD_DIRS+= ${JVM_HOME}/lib/${BLACKDOWN_ARCH}
+REQD_DIRS+= ${JVM_HOME}/lib/applet
+REQD_DIRS+= ${JVM_HOME}/lib/ext
+REQD_DIRS+= ${JVM_HOME}/lib/images
+REQD_DIRS+= ${JVM_HOME}/lib/images/cursors
+REQD_DIRS+= ${JVM_HOME}/lib/security
+REQD_DIRS+= ${JVM_HOME}/plugin/${BLACKDOWN_ARCH}
+REQD_DIRS+= ${JVM_HOME}/plugin
SFILES= content-types.properties flavormap.properties
SFILES+= font.properties font.properties.ja
SFILES+= font.properties.zh jvm.cfg
SFILES+= images/cursors/cursors.properties psfont.properties.ja
SFILES+= psfontj2d.properties security/java.security
CONF_FILES= # empty
-.for FILE in ${SFILES}
-CONF_FILES+= ${JVM_HOME}/lib/${FILE}.default ${JVM_HOME}/lib/${FILE}
+.for file in ${SFILES}
+CONF_FILES+= ${JVM_HOME}/lib/${file}.default ${JVM_HOME}/lib/${file}
.endfor
do-configure:
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index 7aa1eb0bd8d..49efa13d06b 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2006/01/21 18:57:41 jlam Exp $
+# $NetBSD: Makefile.common,v 1.23 2006/02/18 22:13:23 wiz Exp $
#
RELVERSION= 1.3.1
@@ -32,7 +32,7 @@ DEPENDS+= suse_base>=7.3:../../emulators/suse_base
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www.blackdown.org/
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
+RESTRICTED= Redistribution of repackaged binaries not permitted.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}