pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/hercules-images Requires pax and gzcat as to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a993fffef3c
branches:  trunk
changeset: 518829:3a993fffef3c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Sep 19 18:32:50 2006 +0000

description:
Requires pax and gzcat as tools.

diffstat:

 emulators/hercules-images/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 51e8307feac9 -r 3a993fffef3c emulators/hercules-images/Makefile
--- a/emulators/hercules-images/Makefile        Tue Sep 19 18:03:35 2006 +0000
+++ b/emulators/hercules-images/Makefile        Tue Sep 19 18:32:50 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index