summaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit7e8d73a2f828db9d35f29b49764e35728972ce24 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /graphics/skencil
parentf46dfbfa33d3c97ae7eb4dca75789144f99079a7 (diff)
downloadpkgsrc-7e8d73a2f828db9d35f29b49764e35728972ce24.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 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 96ba4b9e0e3..210e2711014 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/22 19:26:36 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/05/26 02:13:20 joerg Exp $
#
DISTNAME= skencil-0.6.17
@@ -10,6 +10,8 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://sketch.sourceforge.net/
COMMENT= Interactive drawing program
+USE_TOOLS+= pax
+
PYTHON_PATCH_SCRIPTS= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py
SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL
SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib -R${BUILDLINK_PREFIX.tk}/lib -ltk -ltcl
@@ -33,11 +35,11 @@ SKETCHEXDIR= ${PREFIX}/share/examples/skencil
post-install:
${INSTALL_DATA_DIR} ${SKETCHDOCDIR}
- cd ${WRKSRC} && ${PAX} -rwpm -v ${SKETCHDOCS} ${SKETCHDOCDIR}
+ cd ${WRKSRC} && pax -rwpm -v ${SKETCHDOCS} ${SKETCHDOCDIR}
${RM} ${SKETCHDOCDIR}/Doc/fonts.alias
${RM} ${SKETCHDOCDIR}/Doc/fonts.scale
${INSTALL_DATA_DIR} ${SKETCHEXDIR}
- cd ${WRKSRC}/Examples && ${PAX} -rwpm -v . ${SKETCHEXDIR}
+ cd ${WRKSRC}/Examples && pax -rwpm -v . ${SKETCHEXDIR}
.include "../../lang/python/application.mk"
.include "../../graphics/py-imaging/buildlink3.mk"