added some missing files in the pkg-plist
This commit is contained in:
parent
7ad3bbafa8
commit
2841f0ee79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149273
2 changed files with 4 additions and 1 deletions
|
@ -20,12 +20,13 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS=
|
||||
CONFIGURE_ENV=
|
||||
|
||||
MAN1= mcastread.1 mcastsend.1
|
||||
MAN1= mcastread.1 mcastsend.1 pim6stat.1
|
||||
MAN5= pim6dd.conf.5 pim6sd.conf.5
|
||||
MAN8= mfc.8 mtrace6.8 pim6dd.8 pim6sd.8
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/pim6sd/pim6sd.conf.sample ${PREFIX}/etc
|
||||
${INSTALL_DATA} ${FILESDIR}/pim6dd.conf.sample ${PREFIX}/etc
|
||||
${INSTALL_DATA} ${WRKSRC}/mfc/mfc.conf.sample ${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
etc/pim6sd.conf.sample
|
||||
etc/pim6dd.conf.sample
|
||||
etc/mfc.conf.sample
|
||||
bin/mtrace6
|
||||
bin/mcastread
|
||||
bin/mcastsend
|
||||
sbin/mfc
|
||||
sbin/pim6dd
|
||||
sbin/pim6sd
|
||||
sbin/pim6stat
|
||||
|
|
Loading…
Reference in a new issue