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 /pkgtools | |
parent | 9c75370cb9a1414a1da46061a88bba93e68d6e68 (diff) | |
download | pkgsrc-3b3d6f17ec9326776659a8a5f0468ce0b234a69b.tar.gz |
Set the CATEGORIES separately for the archivers and pkgtools versions
of pax.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |