summaryrefslogtreecommitdiff
path: root/lang/spl
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 /lang/spl
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 'lang/spl')
-rw-r--r--lang/spl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile
index 11dcccf3cab..5e0065ba03b 100644
--- a/lang/spl/Makefile
+++ b/lang/spl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/03/17 08:45:03 obache Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/26 02:13:21 joerg Exp $
#
DISTNAME= spl-1.0pre3
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.clifford.at/spl/
COMMENT= The SPL Programming Language
USE_LANGUAGES= c c++
-USE_TOOLS+= bash gmake gawk
+USE_TOOLS+= bash gmake gawk pax
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-patch
@@ -34,7 +34,7 @@ post-install:
${CHMOD} a+rwx ${PREFIX}/libexec/cgi-bin/webspl_cache
${LN} -s ${PREFIX}/lib/spl_modules ${PREFIX}/libexec/cgi-bin/spl_modules
${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKSRC} && ${PAX} -rw -p am README* manual.tex spldoc webspl_demo webspltut qtdemo ${DOCDIR}
+ cd ${WRKSRC} && pax -rw -p am README* manual.tex spldoc webspl_demo webspltut qtdemo ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} example* ${EGDIR}