summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-22 20:06:11 +0000
committerxtraeme <xtraeme>2004-06-22 20:06:11 +0000
commit26c2cd98f9da7b531a8b1d689369ef12514b31f0 (patch)
tree17c57d00bfbca9d9622cb64ab525e10ab49a1ac3
parentc073f2b6f9de14ae2b0aa7c1d0dbb37c547ac5c2 (diff)
downloadpkgsrc-26c2cd98f9da7b531a8b1d689369ef12514b31f0.tar.gz
+ pkgclean, pkgfind
-rw-r--r--doc/CHANGES4
-rw-r--r--pkgtools/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index b91b8d427fe..ce970e23118 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6277 2004/06/22 14:06:45 minskim Exp $
+$NetBSD: CHANGES,v 1.6278 2004/06/22 20:06:11 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3021,3 +3021,5 @@ Changes to the packages collection and infrastructure in 2004:
Updated file to 4.09 [grant 2004-06-22]
Updated p5-Device-Gsm to 1.33 [grant 2004-06-22]
Updated bash2 to 2.05.2.7nb2 [minskim 2004-06-22]
+ Added pkgclean-20040622 [xtraeme 2004-06-22]
+ Added pkgfind-20040622 [xtraeme 2004-06-22]
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 6cf13635800..14d48aaa978 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/03/27 00:04:02 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2004/06/22 20:06:11 xtraeme Exp $
#
COMMENT= Tools for use in the packages collection
@@ -19,10 +19,12 @@ SUBDIR+= pkg_filecheck
#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk
SUBDIR+= pkg_install-info
SUBDIR+= pkg_tarup
+SUBDIR+= pkgclean
SUBDIR+= pkgconflict
SUBDIR+= pkgdep
SUBDIR+= pkgdepgraph
SUBDIR+= pkgdiff
+SUBDIR+= pkgfind
SUBDIR+= pkglint
SUBDIR+= pkgmanpages
SUBDIR+= pkgsurvey