summaryrefslogtreecommitdiff
path: root/lang/sun-jre13/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-13 07:45:30 +0000
committerjlam <jlam>2002-10-13 07:45:30 +0000
commitfd3fc32be09258e8f3e06965b3c614f529a4dc22 (patch)
treedf8d82ebcf7bc3eff4ed0f54bd3a91672f301a8a /lang/sun-jre13/Makefile
parent1ce5702af12ce261b6689b754263993a881902db (diff)
downloadpkgsrc-fd3fc32be09258e8f3e06965b3c614f529a4dc22.tar.gz
* Use buildlink2.
* Minor improvements to the package Makefiles. * Correct the PLIST.
Diffstat (limited to 'lang/sun-jre13/Makefile')
-rw-r--r--lang/sun-jre13/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index 3994b0d5b41..b2e37fc8fe1 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.23 2002/08/29 14:07:30 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2002/10/13 07:45:33 jlam Exp $
# MASTER_SITES is very special, and must end in "=":
DISTNAME= j2re-1_3_1_02-linux-i386
PKGNAME= sun-jre13-1.0.2
PKGREVISION= 1
+WRKSRC= ${WRKDIR}/jre1.3.1_02
MASTER_SITES= http://java.sun.com/Download4?config-file=j2re-1_3_1_02.config&platform=linux-i386&protocol=HTTP+download&download-name=
COMMENT= Sun's Java(tm) Runtime Environment 1.3.1
-WRKSRC= ${WRKDIR}/jre1.3.1_02
-NO_CONFIGURE= # defined
-
post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
.include "../../lang/sun-jre13/Makefile.common"