From 7e8d73a2f828db9d35f29b49764e35728972ce24 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: 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. --- net/netdisco/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/netdisco') 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; \ -- cgit v1.2.3