mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/chu: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
bf73b9d741
commit
4fa3441614
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= chu
|
PORTNAME= chu
|
||||||
PORTVERSION= 0.1.29
|
PORTVERSION= 0.1.29
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= SUNSITE/system/admin/time
|
MASTER_SITES= SUNSITE/system/admin/time
|
||||||
|
|
||||||
|
@ -26,7 +27,7 @@ do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/chu ${STAGEDIR}${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/chu ${STAGEDIR}${PREFIX}/sbin
|
||||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR}
|
${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||||
|
|
||||||
do-install-DOCS-on:
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -4,4 +4,4 @@ sbin/chu
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/chuman.html
|
%%PORTDOCS%%%%DOCSDIR%%/chuman.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ntp.html
|
%%PORTDOCS%%%%DOCSDIR%%/ntp.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/TESTING
|
%%PORTDOCS%%%%DOCSDIR%%/TESTING
|
||||||
man/man8/chu.8.gz
|
share/man/man8/chu.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue