summaryrefslogtreecommitdiff
path: root/lang/sun-jre6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sun-jre6/Makefile')
-rw-r--r--lang/sun-jre6/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/sun-jre6/Makefile b/lang/sun-jre6/Makefile
index da886590a06..f1e6a5f84b0 100644
--- a/lang/sun-jre6/Makefile
+++ b/lang/sun-jre6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/04/12 22:43:03 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:21 joerg Exp $
# Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce
# Note: Update DOWNLOAD_NAME when you update the JRE version
@@ -10,6 +10,8 @@ MASTER_SITES= # empty
DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u5
SHORT_NAME= JRE
+USE_TOOLS+= pax
+
WRKSRC= ${WRKDIR}/jre1.6.0_05
JAVA_WRAPPERS= java javaws keytool orbd policytool rmid rmiregistry \
servertool tnameserv
@@ -85,7 +87,7 @@ do-configure:
pre-install:
.if !empty(PKG_OPTIONS:Msun-jre-jce)
- cd ${WRKDIR}/jce ; ${PAX} -rw -pe -v . ${WRKSRC}/lib/security
+ cd ${WRKDIR}/jce ; pax -rw -pe -v . ${WRKSRC}/lib/security
.endif
#