diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /devel/swig | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-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 'devel/swig')
-rw-r--r-- | devel/swig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile index fd94222cbb9..0c8e6c352a4 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/07/10 19:51:22 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2008/05/26 02:13:18 joerg Exp $ DISTNAME= swig-1.3.31 PKGREVISION= 1 @@ -16,7 +16,7 @@ CONFLICTS= swig-build-[0-9]* CONFIGURE_ARGS+= --with-swiglibdir=${PREFIX}/share/swig/1.3 BUILD_TARGET= swig -USE_TOOLS+= gmake +USE_TOOLS+= gmake pax GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES @@ -30,7 +30,7 @@ post-install: ${INSTALL_DATA} SWIGDocumentation.html SWIGDocumentation.pdf \ *.png ${DESTDIR:Q}${PREFIX:Q}/share/doc/swig cd ${WRKSRC:Q}/Examples && \ - ${PAX} -wr \ + pax -wr \ -s ',.*CVS.*,,' \ -s ',.*Makefile\.in$$,,' \ -s ',^test-suite.*,,' \ |