summaryrefslogtreecommitdiff
path: root/lang/sun-jre15
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-10-17 07:25:15 +0000
committerrh <rh@pkgsrc.org>2004-10-17 07:25:15 +0000
commite00a4e7b82aaddaff4b2db5de780911996181487 (patch)
tree459f95c317974d6f98a0741c356ef4aacde94dda /lang/sun-jre15
parentb271937c8b2ea60e779b68ead7f091bbc98b5731 (diff)
downloadpkgsrc-e00a4e7b82aaddaff4b2db5de780911996181487.tar.gz
Always create empty .system.lock and .systemRootModFile (which randomly
seem not to get extracted by the auto extractor.
Diffstat (limited to 'lang/sun-jre15')
-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; \