summaryrefslogtreecommitdiff
path: root/lang/jdk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-23 22:10:48 +0000
committerwiz <wiz@pkgsrc.org>2004-02-23 22:10:48 +0000
commita09c1eb033e90d558128e4d98c11f5ffd9a07c10 (patch)
treed4247d84d4c620386c9d316b92410e95c390366d /lang/jdk
parent219af47cd0eac8fa4ee416f21477aef7ec0b5889 (diff)
downloadpkgsrc-a09c1eb033e90d558128e4d98c11f5ffd9a07c10.tar.gz
Fix (de)installation by removing a .orig file
from the install dir.
Diffstat (limited to 'lang/jdk')
-rw-r--r--lang/jdk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index 75f25be08c7..80383a48b8e 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -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 @@ do-install:
${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"