diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/patch-sum | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/patches/patch-aa | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/files/patch-sum b/pkgtools/pkg_install/files/patch-sum index a4db2548df6..30e9bd44c9d 100644 --- a/pkgtools/pkg_install/files/patch-sum +++ b/pkgtools/pkg_install/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2001/03/07 01:03:12 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2001/03/07 01:11:48 hubertf Exp $ -MD5 (patch-aa) = 1e53059ee89597d28055716e7a77fd30 +MD5 (patch-aa) = 42f302ca0f1bd11cdfffc640c5936d95 MD5 (patch-ab) = d547763f29d01735e30c4b3bba114b47 diff --git a/pkgtools/pkg_install/patches/patch-aa b/pkgtools/pkg_install/patches/patch-aa index 3e4bc71629c..0f8b972bd7a 100644 --- a/pkgtools/pkg_install/patches/patch-aa +++ b/pkgtools/pkg_install/patches/patch-aa @@ -1,11 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2001/03/07 01:03:13 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2001/03/07 01:11:49 hubertf Exp $ --- Makefile.orig Wed Jan 10 03:25:36 2001 -+++ Makefile -@@ -2,4 +2,6 @@ ++++ Makefile Wed Mar 7 02:10:41 2001 +@@ -2,5 +2,7 @@ # Original from FreeBSD, no rcs id. +-SUBDIR=lib .WAIT add admin create delete info +# .WAIT was introduced in post-1.5 NetBSD-current: +#HF#SUBDIR=lib .WAIT add admin create delete info - SUBDIR=lib .WAIT add admin create delete info ++SUBDIR=lib add admin create delete info + .include <bsd.subdir.mk> |