summaryrefslogtreecommitdiff
path: root/lang/sun-jre6
diff options
context:
space:
mode:
authorjlam <jlam>2007-07-31 20:04:17 +0000
committerjlam <jlam>2007-07-31 20:04:17 +0000
commit9f1622ff9f471645efa215133d0aa272ad292589 (patch)
treefe6469ceb7dd965dd0fcd5917a368ac8ddc99462 /lang/sun-jre6
parenta775d8dd4ff035c66de02a0fd5b5b0e919f86a5d (diff)
downloadpkgsrc-9f1622ff9f471645efa215133d0aa272ad292589.tar.gz
Delete the correct file path for ${EMUL_ARCH}, not for ${MACHINE_ARCH}.
Diffstat (limited to 'lang/sun-jre6')
-rw-r--r--lang/sun-jre6/DEINSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre6/DEINSTALL b/lang/sun-jre6/DEINSTALL
index 10194d4479f..63c6960ff17 100644
--- a/lang/sun-jre6/DEINSTALL
+++ b/lang/sun-jre6/DEINSTALL
@@ -1,7 +1,7 @@
-# $NetBSD: DEINSTALL,v 1.1 2007/07/29 05:19:31 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.2 2007/07/31 20:04:17 jlam Exp $
case ${STAGE} in
DEINSTALL)
- ${RM} -f @JAVA_HOME@/lib/@MACHINE_ARCH@/client/classes.jsa
+ ${RM} -f @JAVA_HOME@/lib/@EMUL_ARCH@/client/classes.jsa
;;
esac