summaryrefslogtreecommitdiff
path: root/net/netdisco
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /net/netdisco
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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 'net/netdisco')
-rw-r--r--net/netdisco/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index 5010ba01d4c..a8d0427774c 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/11/12 23:10:08 seb Exp $
+# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:22 joerg Exp $
#
DISTNAME= netdisco-0.95_with_mibs
@@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
EGDIR= ${PREFIX}/share/examples/${PKGNAME_NOREV}
-USE_TOOLS+= perl:run
+USE_TOOLS+= pax perl:run
REPLACE_PERL+= bin/doc_munge
REPLACE_PERL+= bin/pod_arg_link_fix
REPLACE_PERL+= bin/test_cdp.pl
@@ -133,7 +133,7 @@ do-build:
do-install:
${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon
- cd ${WRKSRC:Q} && ${PAX} -rw -pp . ${PREFIX:Q}/netdisco
+ cd ${WRKSRC:Q} && pax -rw -pp . ${PREFIX:Q}/netdisco
${CHOWN} -R ${NETDISCOUSER}:${NETDISCOGROUP} ${PREFIX:Q}/netdisco
${CHMOD} 775 ${PREFIX:Q}/netdisco/html
set -e; \