summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/sun-jre15/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/sun-jre15/Makefile b/lang/sun-jre15/Makefile
index c9cb7759964..bdc6ecace19 100644
--- a/lang/sun-jre15/Makefile
+++ b/lang/sun-jre15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/09 04:34:07 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/17 07:25:15 rh Exp $
# Note: Regen distinfo with SUN_JRE15_USE_JCE=YES
@@ -42,6 +42,11 @@ PLIST_SRC= ${WRKDIR}/PLIST
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jce_policy-1_5_0.zip
.endif
+post-extract:
+ -${MKDIR} ${WRKSRC}/.systemPrefs
+ ${TOUCH} ${WRKSRC}/.systemPrefs/.system.lock
+ ${TOUCH} ${WRKSRC}/.systemPrefs/.systemRootModFile
+
do-configure:
cd ${WRKSRC}/lib; for file in ${SFILES}; do \
${MV} -f $$file $$file.default; \