diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 14:56:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 14:56:50 +0000 |
commit | 489db20e86ce238d4020a09ba494c89e26a0b599 (patch) | |
tree | 275c9838c01d4cc38f99a44cf8591fc119844e12 /pkgtools | |
parent | 7527c57d09ede008eecba6f1c0e90ae1f60d9630 (diff) | |
download | pkgsrc-489db20e86ce238d4020a09ba494c89e26a0b599.tar.gz |
Update libarchive and bsdtar to 2.5.5.
This further polishes bsdcpio and brings in a number of portability
fixes.
Revert temporary hack to not use vfork on IRIX.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 85ad391616e..9c63f569517 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2008/07/13 14:25:05 joerg Exp $ +# $NetBSD: Makefile,v 1.158 2008/07/14 14:56:50 joerg Exp $ # Notes to package maintainers: # @@ -175,6 +175,4 @@ update: ${MAKE} ${UPDATE_TARGET} ${MAKE} clean -.include "../../archivers/libarchive/hacks.mk" - .include "../../mk/bsd.pkg.mk" |