summaryrefslogtreecommitdiff
path: root/emulators/hercules-images
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-19 18:32:50 +0000
committerjoerg <joerg>2006-09-19 18:32:50 +0000
commitc2671027ca4576771a080caf86047aabe8597761 (patch)
tree2eb4c3c81b9ee01f3dd5c57caa92a9229cd65bcd /emulators/hercules-images
parent6419c426814c03ae86d7612067cf64f1aa25ad7b (diff)
downloadpkgsrc-c2671027ca4576771a080caf86047aabe8597761.tar.gz
Requires pax and gzcat as tools.
Diffstat (limited to 'emulators/hercules-images')
-rw-r--r--emulators/hercules-images/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/hercules-images/Makefile b/emulators/hercules-images/Makefile
index 08c9b179cfe..48c17eae63a 100644
--- a/emulators/hercules-images/Makefile
+++ b/emulators/hercules-images/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:35 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/09/19 18:32:50 joerg Exp $
DISTNAME= mftr33
PKGNAME= hercules-images-20010222
@@ -13,10 +13,11 @@ WRKSRC= ${WRKDIR}
NO_BUILD= yes
NO_CONFIGURE= yes
EXTRACT_ONLY=
+USE_TOOLS+= gzcat pax
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/data/hercules
cd ${PREFIX}/share/data/hercules && \
- (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; dd if=/dev/zero bs=10k count=2) | ${PAX} -O -r
+ (gzcat ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; dd if=/dev/zero bs=10k count=2) | pax -O -r
.include "../../mk/bsd.pkg.mk"