summaryrefslogtreecommitdiff
path: root/pkgtools/pax
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-10 15:19:17 +0000
committerjoerg <joerg>2007-07-10 15:19:17 +0000
commita525d08fe6ce5c7c6f64f089b72d128c87852272 (patch)
tree0d94dcab8399ec62dac10c90e7afe9f6c22bc7d8 /pkgtools/pax
parent72c11486a4734e664ee6e8a0b11f6e81077d24fd (diff)
downloadpkgsrc-a525d08fe6ce5c7c6f64f089b72d128c87852272.tar.gz
Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and
tnftp. Modifying files and possibly removing them from the base system is doing more harm than use. Bump revision or version of each package.
Diffstat (limited to 'pkgtools/pax')
-rw-r--r--pkgtools/pax/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile
index 282cb11ca8e..6dd1c401347 100644
--- a/pkgtools/pax/Makefile
+++ b/pkgtools/pax/Makefile
@@ -1,24 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2007/04/12 14:36:40 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/07/10 15:19:18 joerg Exp $
#
# This version of pax installs into ${PKG_TOOLS_BIN}.
#
.include "../../archivers/pax/Makefile.common"
+PKGREVISION= 1
CATEGORIES= pkgtools
NO_PKGTOOLS_REQD_CHECK= yes
-PKG_TOOLS_PREFIX= ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
-
-# XXX This breaks for those who set their own LOCALBASE to "/usr" and also
-# XXX set PKGMANDIR to be other than "share/man".
-# XXX
-.if !empty(PKG_TOOLS_PREFIX:M/usr)
-PKGMANDIR= share/man
-.endif
-
.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"
-
-PREFIX:= ${PKG_TOOLS_PREFIX}