From f7c7d9a1c522bb0d59723ba9f53f843c26e43d75 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 19 Aug 2005 18:12:36 +0000 Subject: 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. --- lang/sun-jre13/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/sun-jre13') diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 32e4657a180..d53a3159ecb 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/01/30 23:18:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2005/08/19 18:12:37 jlam Exp $ DISTNAME= j2re-1_3_1_15-linux-i586 PKGNAME= sun-jre13-1.0.15 @@ -22,9 +22,9 @@ SFILES+= font.properties font.properties.ja SFILES+= font.properties.zh images/cursors/cursors.properties SFILES+= jvm.cfg 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 do-configure: -- cgit v1.2.3