From 7c337fda9023a9f6ac693804c014e5ddda3d43e9 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Feb 2024 18:33:26 +0100 Subject: [PATCH] sysutils/fcron: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fcron/Makefile | 4 ++-- sysutils/fcron/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 0c69d3c72d8ce..c0a00106d14f3 100644 --- a/sysutils/fcron/Makefile +++ b/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/ @@ -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 diff --git a/sysutils/fcron/pkg-plist b/sysutils/fcron/pkg-plist index e3a3214f82d7d..f2d07786974f3 100644 --- a/sysutils/fcron/pkg-plist +++ b/sysutils/fcron/pkg-plist @@ -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