diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /net/netdisco | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-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/Makefile | 6 |
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; \ |