sysutils/clockspeed: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 22:20:13 +01:00
parent 955515a88b
commit 14fcc24c54
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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