diff options
author | cheusov <cheusov> | 2011-08-07 16:11:16 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-08-07 16:11:16 +0000 |
commit | d656eafffff5a5f61c22581a13e70197432300bc (patch) | |
tree | a058659594b6d3276713faa3159834efbb9698f5 /net | |
parent | 20682a8ba1f66b2c24d16924171977fba1772c61 (diff) | |
download | pkgsrc-d656eafffff5a5f61c22581a13e70197432300bc.tar.gz |
Add required tools to USE_TOOLS, pkglint fixes, approved by wiz@
Diffstat (limited to 'net')
-rw-r--r-- | net/mcast-tools/Makefile | 4 | ||||
-rw-r--r-- | net/mcast-tools/PLIST | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/mcast-tools/Makefile b/net/mcast-tools/Makefile index 22886c0cf4e..fc6ecda3a38 100644 --- a/net/mcast-tools/Makefile +++ b/net/mcast-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/02/11 22:07:18 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/07 16:11:16 cheusov Exp $ DISTNAME= mcast-tools-20061214 PKGREVISION= 1 @@ -15,6 +15,8 @@ CONFLICTS= pim6sd-[0-9]* pim6dd-[0-9]* GNU_CONFIGURE= yes +USE_TOOLS+= yacc lex + INSTALLATION_DIRS= share/examples/mcast-tools post-install: diff --git a/net/mcast-tools/PLIST b/net/mcast-tools/PLIST index e3b6f6e30b2..8c43ac4220e 100644 --- a/net/mcast-tools/PLIST +++ b/net/mcast-tools/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2007/12/27 17:46:53 joerg Exp $ -bin/mtrace6 +@comment $NetBSD: PLIST,v 1.3 2011/08/07 16:11:16 cheusov Exp $ bin/mcastread bin/mcastsend +bin/mtrace6 bin/pmsft man/man1/mcastread.1 man/man1/mcastsend.1 @@ -17,6 +17,6 @@ sbin/mfc sbin/pim6dd sbin/pim6sd sbin/pim6stat -share/examples/mcast-tools/pim6sd.conf.sample -share/examples/mcast-tools/pim6dd.conf.sample share/examples/mcast-tools/mfc.conf.sample +share/examples/mcast-tools/pim6dd.conf.sample +share/examples/mcast-tools/pim6sd.conf.sample |