pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/jdk Fix (de)installation by removing a .orig file
details: https://anonhg.NetBSD.org/pkgsrc/rev/a30ca987ad8e
branches: trunk
changeset: 469469:a30ca987ad8e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 23 22:10:48 2004 +0000
description:
Fix (de)installation by removing a .orig file
from the install dir.
diffstat:
lang/jdk/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0f22bc47ae4a -r a30ca987ad8e lang/jdk/Makefile
--- a/lang/jdk/Makefile Mon Feb 23 21:59:22 2004 +0000
+++ b/lang/jdk/Makefile Mon Feb 23 22:10:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2003/08/23 15:13:59 jschauma Exp $
+# $NetBSD: Makefile,v 1.36 2004/02/23 22:10:48 wiz Exp $
#
VERSION= 1.1.8
@@ -88,6 +88,7 @@
${RM} -f ${WRKSRC}/*.orig
${INSTALL_PROGRAM_DIR} ${PREFIX}
cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}
+ ${RM} -f ${PREFIX}/bin/i386/green_threads/javac.orig
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index