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 | 7e8d73a2f828db9d35f29b49764e35728972ce24 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /audio/csound4-manual | |
parent | f46dfbfa33d3c97ae7eb4dca75789144f99079a7 (diff) | |
download | pkgsrc-7e8d73a2f828db9d35f29b49764e35728972ce24.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 'audio/csound4-manual')
-rw-r--r-- | audio/csound4-manual/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/csound4-manual/Makefile b/audio/csound4-manual/Makefile index 2da704c903e..93203672675 100644 --- a/audio/csound4-manual/Makefile +++ b/audio/csound4-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:15 joerg Exp $ # DISTNAME= manual-html-4.23 @@ -12,6 +12,8 @@ COMMENT= Csound4 Reference Manual PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= pax + NO_BUILD= yes WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} @@ -20,7 +22,7 @@ INSTALLATION_DIRS= share/doc/csound4 share/examples do-install: cd ${WRKSRC}/csound-4.23/manual && \ - ${PAX} -rw -s '|.*/CVS/.*||' -s ',.*/CVS$$,,' * \ + pax -rw -s '|.*/CVS/.*||' -s ',.*/CVS$$,,' * \ ${DESTDIR}${PREFIX}/share/doc/csound4 cd ${FILESDIR} && ${INSTALL_DATA} rt-midi-input.* \ ${DESTDIR}${PREFIX}/share/doc/csound4/examples |