summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-07 00:54:19 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-07 00:54:19 +0000
commit45d212dba74649a73fb215d68f3945565bb315c4 (patch)
tree97fffc9effd76d541058a7acf37e72f28d95e17e /pkgtools
parent4432f17d023baec2b88cd7bdbbc211a5d863bc70 (diff)
downloadpkgsrc-45d212dba74649a73fb215d68f3945565bb315c4.tar.gz
* Forgot patch-sum file from last commit
* Reduce context from patch-aa, as it contains a RCS Id (that's what you get for not using pkgdiff!)
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/patch-sum4
-rw-r--r--pkgtools/pkg_install/patches/patch-aa4
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/patch-sum b/pkgtools/pkg_install/files/patch-sum
new file mode 100644
index 00000000000..a6979274a38
--- /dev/null
+++ b/pkgtools/pkg_install/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1 2001/03/07 00:54:19 hubertf Exp $
+
+SHA1 (patch-aa) =
+SHA1 (patch-ab) =
diff --git a/pkgtools/pkg_install/patches/patch-aa b/pkgtools/pkg_install/patches/patch-aa
index aee26f80084..c231cc96681 100644
--- a/pkgtools/pkg_install/patches/patch-aa
+++ b/pkgtools/pkg_install/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2001/03/07 00:17:29 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2001/03/07 00:54:19 hubertf Exp $
Index: Makefile
===================================================================
@@ -8,11 +8,9 @@ diff -u -r1.5 Makefile
--- Makefile 2001/01/09 03:13:43 1.5
+++ Makefile 2001/03/06 23:54:39
@@ -1,6 +1,7 @@
- # $NetBSD: patch-aa,v 1.1 2001/03/07 00:17:29 hubertf Exp $
# Original from FreeBSD, no rcs id.
-SUBDIR=lib .WAIT add admin create delete info
+#HF#SUBDIR=lib .WAIT add admin create delete info
+SUBDIR=lib add admin create delete info
- .include <bsd.subdir.mk>