diff options
author | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
commit | f28d555e18f935b83971ec8fe6c74564beccb54b (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/pim6dd | |
parent | 3693e572eee7e816fbb7530590631bdda71fcea9 (diff) | |
download | pkgsrc-f28d555e18f935b83971ec8fe6c74564beccb54b.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/pim6dd')
-rw-r--r-- | net/pim6dd/Makefile | 5 | ||||
-rw-r--r-- | net/pim6dd/PLIST | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile index 09e7ee0fc14..cd306a3f0d7 100644 --- a/net/pim6dd/Makefile +++ b/net/pim6dd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/01/03 15:23:25 tv Exp $ +# $NetBSD: Makefile,v 1.12 2007/03/24 19:21:30 joerg Exp $ DISTNAME= pim6dd-20031021a CATEGORIES= net @@ -13,5 +13,8 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.pim6dd PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 +INSTALLATION_DIRS= ${PKGMANDIR}/cat5 ${PKGMANDIR}/cat8 \ + ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 sbin + .include "../../mk/bsd.options.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/pim6dd/PLIST b/net/pim6dd/PLIST index 9d6e4489e79..5dd00e6095c 100644 --- a/net/pim6dd/PLIST +++ b/net/pim6dd/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:50 zuntum Exp $ -sbin/pim6dd -man/man8/pim6dd.8 +@comment $NetBSD: PLIST,v 1.2 2007/03/24 19:21:30 joerg Exp $ +man/cat5/pim6dd.conf.0 man/cat8/pim6dd.0 man/man5/pim6dd.conf.5 -man/cat5/pim6dd.conf.0 +man/man8/pim6dd.8 +sbin/pim6dd |