diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 21:41:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 21:41:42 +0000 |
commit | 4118037f3f6d3b61047aafbe92c25783aefb0b6b (patch) | |
tree | a119297d73e40b71606780428a0069dd545aaa3e /pkgtools/Makefile | |
parent | bc22bd5d447c4f278d213bb2c5ee8f0bc50fd9eb (diff) | |
download | pkgsrc-4118037f3f6d3b61047aafbe92c25783aefb0b6b.tar.gz |
Create a separate pkgtools/tnftp package that is installed as part of
the bootstrap process and which may be needed by pkg_install. This
is distinct from the net/tnftp package that is now a "normal" package.
Modify the bootstrap script to use pkgtools/tnftp instead, and clean up
some of the registration code.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index be5735dec59..ed526baa5bc 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/07/14 19:54:47 jlam Exp $ +# $NetBSD: Makefile,v 1.76 2006/07/14 21:41:42 jlam Exp $ # COMMENT= Tools for use in the packages collection @@ -43,6 +43,7 @@ SUBDIR+= rdigest SUBDIR+= revbump SUBDIR+= rpm2pkg SUBDIR+= shlock +#SUBDIR+= tnftp SUBDIR+= url2pkg SUBDIR+= verifypc SUBDIR+= x11-links |