summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
committerjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
commitbd2788d930980fb7fff304fa568751d0f69d819b (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /lang/sun-jre14
parente956158a4eb6d5a4d218d8ed22d012b1f05a74c6 (diff)
downloadpkgsrc-bd2788d930980fb7fff304fa568751d0f69d819b.tar.gz
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
Diffstat (limited to 'lang/sun-jre14')
-rw-r--r--lang/sun-jre14/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile
index 2e3c4458827..ea1972a58ee 100644
--- a/lang/sun-jre14/Makefile
+++ b/lang/sun-jre14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/08/14 10:15:55 dillo Exp $
+# $NetBSD: Makefile,v 1.27 2005/08/19 18:12:37 jlam Exp $
# Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
@@ -29,9 +29,9 @@ SFILES+= font.properties.ja font.properties.zh.Turbo
SFILES+= images/cursors/cursors.properties i386/jvm.cfg
SFILES+= logging.properties psfont.properties.ja
SFILES+= psfontj2d.properties security/java.security
-SUPPORT_FILES= # empty
+CONF_FILES= # empty
.for FILE in ${SFILES}
-SUPPORT_FILES+= ${JAVA_HOME}/lib/${FILE}.default ${JAVA_HOME}/lib/${FILE}
+CONF_FILES+= ${JAVA_HOME}/lib/${FILE}.default ${JAVA_HOME}/lib/${FILE}
.endfor
PKG_OPTIONS_VAR= PKG_OPTIONS.sun-jre14