diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 19:45:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 19:45:12 +0000 |
commit | 3b3d6f17ec9326776659a8a5f0468ce0b234a69b (patch) | |
tree | 2f53e62cf680dddcbe73842fa9468cecfef07174 | |
parent | 9c75370cb9a1414a1da46061a88bba93e68d6e68 (diff) | |
download | pkgsrc-3b3d6f17ec9326776659a8a5f0468ce0b234a69b.tar.gz |
Set the CATEGORIES separately for the archivers and pkgtools versions
of pax.
-rw-r--r-- | archivers/pax/Makefile | 4 | ||||
-rw-r--r-- | archivers/pax/Makefile.common | 3 | ||||
-rw-r--r-- | pkgtools/pax/Makefile | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index c04dbba02d8..f3c502c9e28 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2006/07/14 19:38:47 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/07/14 19:45:12 jlam Exp $ .include "Makefile.common" +CATEGORIES= archivers + .include "../../mk/bsd.pkg.mk" diff --git a/archivers/pax/Makefile.common b/archivers/pax/Makefile.common index f5ca7b7606b..18af5f723b8 100644 --- a/archivers/pax/Makefile.common +++ b/archivers/pax/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2006/07/14 19:38:47 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/07/14 19:45:12 jlam Exp $ # # This Makefile fragment is included by: # @@ -7,7 +7,6 @@ # DISTNAME= pax-20060202 -CATEGORIES= archivers pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile index 5351a76ff8b..22c77ff9e89 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2006/07/14 19:38:47 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/14 19:45:12 jlam Exp $ # # This version of pax installs into ${PKG_TOOLS_BIN}. # .include "../../archivers/pax/Makefile.common" +CATEGORIES= pkgtools + NO_PKGTOOLS_REQD_CHECK= yes PKG_PRESERVE= yes |