diff options
author | joerg <joerg> | 2008-07-14 14:56:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 14:56:50 +0000 |
commit | b0053412927933a2935698a496a20ef8a9ae2fe7 (patch) | |
tree | 275c9838c01d4cc38f99a44cf8591fc119844e12 /pkgtools | |
parent | 95c87eb40a9639466316e866391f46f619bbae97 (diff) | |
download | pkgsrc-b0053412927933a2935698a496a20ef8a9ae2fe7.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" |