summaryrefslogtreecommitdiff
path: root/lang/spl
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
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /lang/spl
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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}