mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
sysutils/clockspeed: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
955515a88b
commit
14fcc24c54
@ -1,6 +1,6 @@
|
||||
PORTNAME= clockspeed
|
||||
PORTVERSION= 0.62
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cr.yp.to/clockspeed/ \
|
||||
http://redundancy.redundancy.org/mirror/
|
||||
@ -55,7 +55,7 @@ do-install:
|
||||
${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/bin/
|
||||
.endfor
|
||||
.for i in ${MAN_FILES}
|
||||
${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/man/man1/
|
||||
${INSTALL} ${WRKSRC}/${i} ${STAGEDIR}/${PREFIX}/share/man/man1/
|
||||
.endfor
|
||||
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
|
||||
${STAGEDIR}/${PREFIX}/etc/clockspeed
|
||||
|
@ -9,10 +9,10 @@ bin/taiclockd
|
||||
@mode 0755
|
||||
etc/clockspeed/leapsecs.dat
|
||||
@sample etc/rc.d/clockspeed.sh.sample
|
||||
man/man1/clockadd.1.gz
|
||||
man/man1/clockspeed.1.gz
|
||||
man/man1/clockview.1.gz
|
||||
man/man1/sntpclock.1.gz
|
||||
man/man1/taiclock.1.gz
|
||||
man/man1/taiclockd.1.gz
|
||||
@unexec echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/etc/clockspeed`` to remove any configuration files left." | fmt
|
||||
share/man/man1/clockadd.1.gz
|
||||
share/man/man1/clockspeed.1.gz
|
||||
share/man/man1/clockview.1.gz
|
||||
share/man/man1/sntpclock.1.gz
|
||||
share/man/man1/taiclock.1.gz
|
||||
share/man/man1/taiclockd.1.gz
|
||||
@postunexec echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/etc/clockspeed`` to remove any configuration files left." | fmt
|
||||
|
Loading…
Reference in New Issue
Block a user