diff options
author | rh <rh@pkgsrc.org> | 2004-10-17 07:25:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-10-17 07:25:15 +0000 |
commit | d0e9ffe08d068e2cfa0879afd5b754ff16855082 (patch) | |
tree | 459f95c317974d6f98a0741c356ef4aacde94dda /lang/sun-jre15 | |
parent | c64617323443fb32dc481868f2c19b15398590be (diff) | |
download | pkgsrc-d0e9ffe08d068e2cfa0879afd5b754ff16855082.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/Makefile | 7 |
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; \ |