pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre14 Move PLIST twiddling to pre-install ste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/969530a3deaf
branches:  trunk
changeset: 500673:969530a3deaf
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Oct 11 15:49:48 2005 +0000

description:
Move PLIST twiddling to pre-install step where it belongs.

diffstat:

 lang/sun-jre14/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b9a957ac4f7d -r 969530a3deaf lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Tue Oct 11 15:45:49 2005 +0000
+++ b/lang/sun-jre14/Makefile   Tue Oct 11 15:49:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/10/03 21:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2005/10/11 15:49:48 tv Exp $
 
 # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
 
@@ -49,6 +49,8 @@
        cd ${WRKSRC}/lib; for file in ${SFILES}; do                     \
                ${MV} -f $$file $$file.default;                         \
        done
+
+pre-install:
 .if !empty(PKG_OPTIONS:Msun-jre-jce)
        cd ${WRKDIR}/jce ; pax -rw -pe -v . ${WRKSRC}/lib/security
        ${SED} 's/@SUN_JRE14_USE_JCE@//' ${PKGDIR}/PLIST > ${PLIST_SRC}



Home | Main Index | Thread Index | Old Index