pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Set the CATEGORIES separately for the archivers and pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83c0536d2662
branches:  trunk
changeset: 516128:83c0536d2662
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 14 19:45:12 2006 +0000

description:
Set the CATEGORIES separately for the archivers and pkgtools versions
of pax.

diffstat:

 archivers/pax/Makefile        |  4 +++-
 archivers/pax/Makefile.common |  3 +--
 pkgtools/pax/Makefile         |  4 +++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 04e75df4d6e8 -r 83c0536d2662 archivers/pax/Makefile
--- a/archivers/pax/Makefile    Fri Jul 14 19:40:26 2006 +0000
+++ b/archivers/pax/Makefile    Fri Jul 14 19:45:12 2006 +0000
@@ -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 -r 04e75df4d6e8 -r 83c0536d2662 archivers/pax/Makefile.common
--- a/archivers/pax/Makefile.common     Fri Jul 14 19:40:26 2006 +0000
+++ b/archivers/pax/Makefile.common     Fri Jul 14 19:45:12 2006 +0000
@@ -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 -r 04e75df4d6e8 -r 83c0536d2662 pkgtools/pax/Makefile
--- a/pkgtools/pax/Makefile     Fri Jul 14 19:40:26 2006 +0000
+++ b/pkgtools/pax/Makefile     Fri Jul 14 19:45:12 2006 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index