diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /pkgtools | |
parent | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff) | |
download | pkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 9fe82c01b8e..00a262f8481 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.22 2001/02/01 12:40:08 agc Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += bsdpak - SUBDIR += gensolpkg -# SUBDIR += pax # Only needed on 1.3 systems -# SUBDIR += pkg_install # Only install on demand of bsd.pkg.mk - SUBDIR += pkg_tarup - SUBDIR += pkgdep - SUBDIR += pkgdiff - SUBDIR += pkglint - SUBDIR += pkgmanpages - SUBDIR += pkgsurvey - SUBDIR += port2pkg - SUBDIR += rpm2pkg - SUBDIR += url2pkg -# SUBDIR += xpkgwedge # Experimental - turn on at your own risk! +COMMENT= Tools for use in the packages collection + +SUBDIR+= bsdpak +SUBDIR+= gensolpkg +#SUBDIR+= pax # Only needed on 1.3 systems +#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk +SUBDIR+= pkg_tarup +SUBDIR+= pkgdep +SUBDIR+= pkgdiff +SUBDIR+= pkglint +SUBDIR+= pkgmanpages +SUBDIR+= pkgsurvey +SUBDIR+= port2pkg +SUBDIR+= rpm2pkg +SUBDIR+= url2pkg +#SUBDIR+= xpkgwedge # Experimental - turn on at your own risk! .include "../mk/bsd.pkg.subdir.mk" |