summaryrefslogtreecommitdiff
path: root/print/ghostscript6
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /print/ghostscript6
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
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.
Diffstat (limited to 'print/ghostscript6')
-rw-r--r--print/ghostscript6/Makefile6
1 files changed, 3 insertions, 3 deletions
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