aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fcron
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-23 09:27:20 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-10-23 09:27:20 +0000
commitc51b238038db20cc9c05aa11ef3fbdf0aabfaec2 (patch)
tree8bfe88992ec1fc0de7aaf73ae4e5b97a416c1271 /sysutils/fcron
parent31635d863b9f021beed4bcb49a39243573a23988 (diff)
downloadports-c51b238038db20cc9c05aa11ef3fbdf0aabfaec2.tar.gz
ports-c51b238038db20cc9c05aa11ef3fbdf0aabfaec2.zip
Do not install the bitstring(3) manual page, as it ships with the base system.
PR: ports/87851 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=146177
Diffstat (limited to 'sysutils/fcron')
-rw-r--r--sysutils/fcron/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile
index 54cc3204f3b7..106beb6cc7c8 100644
--- a/sysutils/fcron/Makefile
+++ b/sysutils/fcron/Makefile
@@ -8,6 +8,7 @@
PORTNAME= fcron
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://fcron.free.fr/
@@ -30,7 +31,6 @@ USE_RC_SUBR= fcron
SUB_FILES= pkg-message
MAN1= fcrondyn.1 fcrontab.1
-MAN3= bitstring.3
MAN5= fcron.conf.5 fcrontab.5
MAN8= fcron.8
@@ -49,7 +49,7 @@ do-install:
.endfor
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${FILESDIR}/fcrontab-* ${WRKSRC}/files/*.pam ${EXAMPLESDIR}
-.for n in 1 3 5 8
+.for n in 1 5 8
${INSTALL_MAN} ${MAN${n}:S|^|${WRKSRC}/doc/man/|} ${PREFIX}/man/man${n}
.endfor
.if !defined(NOPORTDOCS)