diff options
author | seb <seb@pkgsrc.org> | 2007-11-12 23:10:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-11-12 23:10:08 +0000 |
commit | db6e0c7035f99ad17b538560871312244c8d715f (patch) | |
tree | 408b0a1b3c91faec3fc7428692a16b20ef2c5614 /net | |
parent | 48d187aacbf2d936c2f684677fd00cdae23a51dc (diff) | |
download | pkgsrc-db6e0c7035f99ad17b538560871312244c8d715f.tar.gz |
Also fix perl's path in bin/pod_arg_link_fix and
mibs/diff_dir scripts.
Diffstat (limited to 'net')
-rw-r--r-- | net/netdisco/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 8fcd495b2c5..5010ba01d4c 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/04 21:08:00 seb Exp $ +# $NetBSD: Makefile,v 1.20 2007/11/12 23:10:08 seb Exp $ # DISTNAME= netdisco-0.95_with_mibs @@ -30,12 +30,14 @@ EGDIR= ${PREFIX}/share/examples/${PKGNAME_NOREV} USE_TOOLS+= perl:run REPLACE_PERL+= bin/doc_munge +REPLACE_PERL+= bin/pod_arg_link_fix REPLACE_PERL+= bin/test_cdp.pl REPLACE_PERL+= bin/test_fwtable.pl REPLACE_PERL+= bin/test_iproute.pl REPLACE_PERL+= bin/parse_kismet_ap REPLACE_PERL+= netdisco REPLACE_PERL+= mibs/chk_dups +REPLACE_PERL+= mibs/diff_dir REPLACE_PERL+= mibs/rm_cisco_dups REPLACE_PERL+= mibs/chk_mibs REPLACE_PERL+= mibs/snmpwalkmib |