summaryrefslogtreecommitdiff
path: root/devel/ply
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /devel/ply
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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 'devel/ply')
-rw-r--r--devel/ply/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ply/Makefile b/devel/ply/Makefile
index 082ecd7e810..ee724622857 100644
--- a/devel/ply/Makefile
+++ b/devel/ply/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/06/03 00:13:07 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:17 joerg Exp $
DISTNAME= ply-1.5
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= aw9k-nnk@asahi-net.or.jp
HOMEPAGE= http://systems.cs.uchicago.edu/ply/
COMMENT= Python Lex-Yacc
+USE_TOOLS+= pax
+
PYDISTUTILSPKG= yes
DOCDIR= ${PREFIX}/share/doc/ply
@@ -19,7 +21,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
- cd ${WRKSRC}/example && ${PAX} -rwppm * ${EGDIR}
+ cd ${WRKSRC}/example && pax -rwppm * ${EGDIR}
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"