summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-07 01:11:48 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-07 01:11:48 +0000
commitf3c6afed8b0a61bc752ed1d4a4b5c57fc775073e (patch)
tree1bde45f4e3ed7de777c32dac4e0527e4696899df /pkgtools
parentf3bb9c24cda439959cf152e03c6c344e3089477c (diff)
downloadpkgsrc-f3c6afed8b0a61bc752ed1d4a4b5c57fc775073e.tar.gz
fix. really. now.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/patch-sum4
-rw-r--r--pkgtools/pkg_install/patches/patch-aa10
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>