summaryrefslogtreecommitdiff
path: root/devel/hptools
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /devel/hptools
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'devel/hptools')
-rw-r--r--devel/hptools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hptools/Makefile b/devel/hptools/Makefile
index 694d9e6fdd7..6cce7ba69b7 100644
--- a/devel/hptools/Makefile
+++ b/devel/hptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/11/18 10:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:17 joerg Exp $
#
DISTNAME= hptools-src-3.0.8
@@ -20,12 +20,13 @@ WRKSRC= ${WRKDIR}/Hptools
GNU_CONFIGURE= YES
CONFIGURE_DIRS= support
BUILD_DIRS= support
+USE_TOOLS+= pax
post-build:
${CHMOD} ${SHAREMODE} ${WRKSRC}/doc/*
post-install:
cd ${WRKSRC} \
- && ${PAX} -rw -pam -s ',^doc,hptools,g' doc ${PREFIX}/share/doc
+ && pax -rw -pam -s ',^doc,hptools,g' doc ${PREFIX}/share/doc
.include "../../mk/bsd.pkg.mk"