summaryrefslogtreecommitdiff
path: root/lang/blackdown-jre13
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-21 18:57:40 +0000
committerjlam <jlam@pkgsrc.org>2006-01-21 18:57:40 +0000
commit758d912e338f2060213377f59a7f58ced9eeab24 (patch)
tree505836e71024eea9e19676a0f20b017dda96b7a3 /lang/blackdown-jre13
parentd9e6b299d6df27e4615b1691c89bc1c67cf4e5f1 (diff)
downloadpkgsrc-758d912e338f2060213377f59a7f58ced9eeab24.tar.gz
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
Diffstat (limited to 'lang/blackdown-jre13')
-rw-r--r--lang/blackdown-jre13/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common
index 2df3c8c81a2..7aa1eb0bd8d 100644
--- a/lang/blackdown-jre13/Makefile.common
+++ b/lang/blackdown-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2005/12/05 20:50:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.22 2006/01/21 18:57:41 jlam Exp $
#
RELVERSION= 1.3.1
@@ -52,7 +52,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc NetBSD-*-sparc \
Linux-*-i[3-6]86 Linux-*-powerpc Linux-*-sparc
.if ${EXTRACT_SUFX} == ".bin"
-EXTRACT_CMD= ${ECHO} yes | ${DISTDIR}/${DISTFILES} --nox11 > /dev/null
+EXTRACT_OPTS_BIN= --nox11
post-fetch:
@if [ ! -x ${DISTDIR}/${DISTFILES} ]; then \
${CHMOD} +x ${DISTDIR}/${DISTFILES}; \