From 322586ec7e056266c541d642423c9aca509f0329 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. --- print/ghostscript6/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/ghostscript6') diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 1f8eb11f3ff..4b3fcf3a77f 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/03/10 12:34:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:23 joerg Exp $ DISTNAME= ghostscript-${GS_VERS} PKGREVISION= 11 @@ -23,7 +23,7 @@ CONFLICTS+= hpijs-[0-9]* WRKSRC= ${WRKDIR}/gs${GS_VERS} USE_LANGUAGES= c c++ -USE_TOOLS+= gmake lex +USE_TOOLS+= gmake lex pax GNU_CONFIGURE= yes REQD_DIRS+= share/ghostscript @@ -188,7 +188,7 @@ GS_CONF_PREREQ= # empty .PHONY: contrib-drivers contrib-drivers: - cd ${WRKSRC}/src; ${PAX} -rf ${WRKDIR}/${HPDJ_DRV}/hpdj.tar + cd ${WRKSRC}/src; pax -rf ${WRKDIR}/${HPDJ_DRV}/hpdj.tar ${MV} ${WRKSRC}/src/gs-hpdj.1 ${WRKSRC}/man cd ${WRKDIR}; ${CP} gdevdmpr.c gdevdmpr.mak ${WRKSRC}/src cd ${WRKDIR}; ${CP} dviprlib.* ${WRKSRC}/src -- cgit v1.2.3