diff options
author | is <is> | 2007-10-11 19:03:37 +0000 |
---|---|---|
committer | is <is> | 2007-10-11 19:03:37 +0000 |
commit | 6fc42bd61dd86f472ce1087d5e7a3eb997cc96b3 (patch) | |
tree | e09b54eabac12b6a40a15468ed5d22e510b9bf26 /net/pim6sd | |
parent | 4ff8b9ff783bb123169c4170fd0017fd8d506b73 (diff) | |
download | pkgsrc-6fc42bd61dd86f472ce1087d5e7a3eb997cc96b3.tar.gz |
Add mcast-tools.
Mcast-tools conflicts with pim6sd and pim6dd, as it contains (presumably
more up to date) versions.
Diffstat (limited to 'net/pim6sd')
-rw-r--r-- | net/pim6sd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile index f0885d4f31f..242d6358f87 100644 --- a/net/pim6sd/Makefile +++ b/net/pim6sd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/03/28 13:24:23 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2007/10/11 19:03:38 is Exp $ DISTNAME= pim6sd-20031021a CATEGORIES= net @@ -13,6 +13,8 @@ USE_TOOLS+= lex yacc INSTALLATION_DIRS= sbin ${PKGMANDIR}/cat5 ${PKGMANDIR}/cat8 \ ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 +CONFLICTS= mcast-tools-* + post-install: ${INSTALL_MAN} ${WRKSRC}/pim6stat.1 ${PREFIX}/${PKGMANDIR}/man1 |