diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-05 00:32:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-05 00:32:28 +0000 |
commit | 808c25db872846be15335688dac2765e2c20edd4 (patch) | |
tree | f061e980c2763fbbccb033149540daac5de555a7 /pkgtools/Makefile | |
parent | 5e4042e56510ab48bfd7b398ddde223ea69aa492 (diff) | |
download | pkgsrc-808c25db872846be15335688dac2765e2c20edd4.tar.gz |
Add and enable revbump.
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 e1d84fd19cd..c1059b710ce 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2004/12/28 00:28:09 xtraeme Exp $ +# $NetBSD: Makefile,v 1.63 2005/01/05 00:32:28 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -36,6 +36,7 @@ SUBDIR+= port2pkg SUBDIR+= rc.subr SUBDIR+= rcorder SUBDIR+= rdigest +SUBDIR+= revbump SUBDIR+= rpm2pkg SUBDIR+= shlock SUBDIR+= url2pkg |