summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery
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 /www/p5-Apache-Gallery
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 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index dd9ef0093fa..55a28f39932 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/02/15 14:07:44 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2008/05/26 02:13:25 joerg Exp $
#
DISTNAME= Apache-Gallery-0.9.1
@@ -57,6 +57,8 @@ SUBST_SED.paths+= -e 's,@AG@,${AG},g'
SUBST_SED.paths+= -e 's,@AG_SHAREDIR@,${AG_SHAREDIR},g'
SUBST_STAGE.paths= post-patch
+USE_TOOLS+= pax
+
post-extract:
${CP} ${FILESDIR}/ag.conf ${WRKSRC}
@@ -89,7 +91,7 @@ post-install:
for i in htdocs templates; \
do \
${INSTALL_DATA_DIR} ${AG_SHAREDIR}/$$i; \
- cd ${WRKSRC}/$$i && ${PAX} -rw . ${AG_SHAREDIR}/$$i; \
+ cd ${WRKSRC}/$$i && pax -rw . ${AG_SHAREDIR}/$$i; \
done; \
${INSTALL_DATA_DIR} ${AG_DOCDIR}; \
for i in Changes INSTALL LICENSE README UPGRADE; \