diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-25 21:42:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-25 21:42:20 +0000 |
commit | a8a3c01339f836584fb7288620bc90208ecec059 (patch) | |
tree | 19c914d506013e6c6d97e10862fb0eb8aa929390 /misc | |
parent | 826dbe24c4d28e3c3005712ebdc48f3cd8120676 (diff) | |
download | pkgsrc-a8a3c01339f836584fb7288620bc90208ecec059.tar.gz |
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ja-man/Makefile | 4 | ||||
-rw-r--r-- | misc/rubygems/rubygem.mk | 4 | ||||
-rw-r--r-- | misc/softmaker-office-demo/Makefile | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/misc/ja-man/Makefile b/misc/ja-man/Makefile index f047c8c841e..8e0b43667e0 100644 --- a/misc/ja-man/Makefile +++ b/misc/ja-man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/02/17 02:23:52 obache Exp $ +# $NetBSD: Makefile,v 1.15 2008/05/25 21:42:22 joerg Exp $ DISTNAME= NetBSD1.3I-jman-19990531 PKGNAME= ja-man-19990531 @@ -23,7 +23,7 @@ MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/${JAMANDIR} PLIST_SRC= ${WRKDIR}/PLIST -USE_TOOLS+= patch +USE_TOOLS+= patch pax USE_BSD_MAKE= yes MANCOMPRESSED_IF_MANZ= yes INSTALLATION_DIRS= bin share/groff/tmac/mdoc share/examples diff --git a/misc/rubygems/rubygem.mk b/misc/rubygems/rubygem.mk index 3534038d2f8..68ba2d1d10d 100644 --- a/misc/rubygems/rubygem.mk +++ b/misc/rubygems/rubygem.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubygem.mk,v 1.36 2008/03/31 15:47:44 jlam Exp $ +# $NetBSD: rubygem.mk,v 1.37 2008/05/25 21:42:22 joerg Exp $ # # This Makefile fragment is intended to be included by packages that build # and install Ruby gems. @@ -262,6 +262,8 @@ RUBYGEM_GENERATE_PLIST= \ ${FIND} ${GEM_DOCDIR:S|${PREFIX}/||} -type d -print | \ ${SORT} -r | ${SED} -e "s,^,@dirrm ," ); +USE_TOOLS+= pax + .PHONY: gem-install do-install: gem-install gem-install: diff --git a/misc/softmaker-office-demo/Makefile b/misc/softmaker-office-demo/Makefile index 5db7ba90852..96c3884e56b 100644 --- a/misc/softmaker-office-demo/Makefile +++ b/misc/softmaker-office-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/04 19:21:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:22 joerg Exp $ # DISTNAME= ofl06trial @@ -22,6 +22,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/officetrial USE_LANGUAGES= # none +USE_TOOLS+= pax EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base x11 |