summaryrefslogtreecommitdiff
path: root/devel/teem
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /devel/teem
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.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/teem')
-rw-r--r--devel/teem/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/teem/Makefile b/devel/teem/Makefile
index dd05b5ad79c..01337e79049 100644
--- a/devel/teem/Makefile
+++ b/devel/teem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/03/03 17:45:37 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:18 joerg Exp $
#
DISTNAME= teem-1.8.0-src
@@ -13,7 +13,7 @@ COMMENT= Libraries for manipulation of Structured Scientific Data
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pax
.include "../../mk/bsd.prefs.mk"
@@ -58,9 +58,9 @@ pre-install:
${WRKSRC}/${TEEM_ARCH}/lib/.empty
do-install:
- cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include/
- cd ${WRKSRC}/${TEEM_ARCH}/bin && ${PAX} -rw . ${DESTDIR}${PREFIX}/bin/
- cd ${WRKSRC}/${TEEM_ARCH}/lib && ${PAX} -rw . ${DESTDIR}${PREFIX}/lib/
+ cd ${WRKSRC}/include && pax -rw . ${DESTDIR}${PREFIX}/include/
+ cd ${WRKSRC}/${TEEM_ARCH}/bin && pax -rw . ${DESTDIR}${PREFIX}/bin/
+ cd ${WRKSRC}/${TEEM_ARCH}/lib && pax -rw . ${DESTDIR}${PREFIX}/lib/
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"