sysutils/clsync: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0ee8ae56c6
commit
37069113ac
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= clsync
|
||||
DISTVERSION= 0.4~rc2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dyokunev@ut.mephi.ru
|
||||
|
@ -63,7 +63,7 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/clsync ${STAGEDIR}${PREFIX}/sbin/clsync
|
||||
${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}${PREFIX}/man/man1/clsync.1
|
||||
${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}${PREFIX}/share/man/man1/clsync.1
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/freebsd/usr/local/etc/clsync/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
sbin/clsync
|
||||
man/man1/clsync.1.gz
|
||||
share/man/man1/clsync.1.gz
|
||||
@sample %%ETCDIR%%/clsync.conf.sample
|
||||
|
|
Loading…
Reference in a new issue