diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-07-13 14:55:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-07-13 14:55:51 +0000 |
commit | db91716b34d3ff86eae02ab2349400d97d4c560d (patch) | |
tree | e8523a33d255b4bc8aee322cb51bfcbf5dfab468 /pkgtools | |
parent | 487dc07506aee91a65a92edf915e4ddeb0f482b4 (diff) | |
download | pkgsrc-db91716b34d3ff86eae02ab2349400d97d4c560d.tar.gz |
remove no=longer=needed perl-mk
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index a5237a80ef6..ae4a140efbf 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/07/02 21:01:24 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/07/13 14:55:51 hubertf Exp $ # COMMENT= Tools for use in the packages collection @@ -9,7 +9,6 @@ SUBDIR+= cdpack SUBDIR+= digest SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems -SUBDIR+= perl-mk #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup SUBDIR+= pkgchk |