diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
commit | 6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32 (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /lang/jdk/Makefile | |
parent | e8f515f3f8a796800848e9ae383424c678106310 (diff) | |
download | pkgsrc-6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32.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/jdk/Makefile')
-rw-r--r-- | lang/jdk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index c201373919e..c7fda342552 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.44 2005/08/19 18:12:37 jlam Exp $ # VERSION= 1.1.8 @@ -57,9 +57,9 @@ SFILES+= font.properties.tr font.properties.zh_EUC_CN SFILES+= font.properties.zh_TW_Big5 font.properties.zh_TW_EUC_TW SFILES+= psfont.properties.ja serialver.properties SFILES+= 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 do-configure: |