mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/fcron: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e8c9d591ee
commit
7c337fda90
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fcron
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://fcron.free.fr/archives/ \
|
||||
ftp://ftp.seul.org/pub/fcron/
|
||||
|
@ -50,7 +50,7 @@ do-install:
|
|||
${INSTALL_DATA} -m 640 ${WRKSRC}/files/${f} ${STAGEDIR}${PREFIX}/etc/${f}.sample
|
||||
.endfor
|
||||
.for n in 1 5 8
|
||||
${INSTALL_MAN} ${DOCSRC}/man/*.${n} ${STAGEDIR}${PREFIX}/man/man${n}
|
||||
${INSTALL_MAN} ${DOCSRC}/man/*.${n} ${STAGEDIR}${PREFIX}/share/man/man${n}
|
||||
.endfor
|
||||
${MKDIR} -m 770 ${STAGEDIR}/var/spool/fcron
|
||||
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
@sample etc/fcron.conf.sample
|
||||
@owner
|
||||
@group
|
||||
man/man1/fcrondyn.1.gz
|
||||
man/man1/fcrontab.1.gz
|
||||
man/man5/fcron.conf.5.gz
|
||||
man/man5/fcrontab.5.gz
|
||||
man/man8/fcron.8.gz
|
||||
share/man/man1/fcrondyn.1.gz
|
||||
share/man/man1/fcrontab.1.gz
|
||||
share/man/man5/fcron.conf.5.gz
|
||||
share/man/man5/fcrontab.5.gz
|
||||
share/man/man8/fcron.8.gz
|
||||
sbin/fcron
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcron.pam
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fcrontab-operator
|
||||
|
|
Loading…
Add table
Reference in a new issue