Skip to content

Commit

Permalink
sysutils/fcron: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent e8c9d59 commit 7c337fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/fcron/Makefile
@@ -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/
Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions sysutils/fcron/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 7c337fd

Please sign in to comment.