summaryrefslogtreecommitdiff
path: root/net/netdisco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netdisco/Makefile')
-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; \