summaryrefslogtreecommitdiff
path: root/lang/sather
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/sather
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/sather')
-rw-r--r--lang/sather/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 9642e3a9770..150c394338f 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/04/07 17:58:55 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2008/05/26 02:13:21 joerg Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 7
@@ -11,7 +11,7 @@ COMMENT= Compiler for the Sather object oriented programming language
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gmake makeinfo
+USE_TOOLS+= gmake makeinfo pax
BUILD_TARGET= full optional
INFO_FILES= # PLIST
@@ -71,7 +71,7 @@ do-install:
${DESTDIR}${PREFIX}/lib/sather/Bin
${LN} -sf ../lib/sather/Bin/bin-wrapper ${DESTDIR}${PREFIX}/bin/sacomp
${LN} -sf ../lib/sather/Bin/bin-wrapper ${DESTDIR}${PREFIX}/bin/sabrowse
- cd ${WRKSRC} && ${PAX} -s ',.*\.sav,,' -rw Library \
+ cd ${WRKSRC} && pax -s ',.*\.sav,,' -rw Library \
System/FORBID \
System/Debug \
System/Common/*.c System/Common/*.h \
@@ -87,7 +87,7 @@ do-install:
${TEST} ! -f "$$f" || \
${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\
done
- cd ${WRKSRC}/Doc && ${PAX} -rw -s ',.*/man.*,,' . \
+ cd ${WRKSRC}/Doc && pax -rw -s ',.*/man.*,,' . \
${DESTDIR}${PREFIX}/share/doc/sather
${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/sacomp.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1