View | Details | Raw Unified | Return to bug 272537
Collapse All | Expand All

(-)./Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	fcron
1
PORTNAME=	fcron
2
PORTVERSION=	3.2.1
2
PORTVERSION=	3.2.1
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	http://fcron.free.fr/archives/ \
5
MASTER_SITES=	http://fcron.free.fr/archives/ \
5
		ftp://ftp.seul.org/pub/fcron/
6
		ftp://ftp.seul.org/pub/fcron/
Lines 11-20 Link Here
11
12
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
14
15
USES=		perl5 gmake
14
OPTIONS_DEFINE=	DOCS EXAMPLES
16
OPTIONS_DEFINE=	DOCS EXAMPLES
15
17
16
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
17
USES=		perl5 gmake
18
USE_PERL5=	build
19
USE_PERL5=	build
19
CONFIGURE_ARGS=	--localstatedir=/var \
20
CONFIGURE_ARGS=	--localstatedir=/var \
20
		--with-cflags="${CFLAGS}" \
21
		--with-cflags="${CFLAGS}" \
(-)./pkg-plist (-1 / +1 lines)
Lines 4-13 Link Here
4
@group fcron
4
@group fcron
5
@(,,6111) bin/fcrondyn
5
@(,,6111) bin/fcrondyn
6
@(,,6111) bin/fcrontab
6
@(,,6111) bin/fcrontab
7
@(,,4110) bin/fcronsighup
8
@sample etc/fcron.allow.sample
7
@sample etc/fcron.allow.sample
9
@sample etc/fcron.deny.sample
8
@sample etc/fcron.deny.sample
10
@owner root
9
@owner root
10
@(,,4110) bin/fcronsighup
11
@sample etc/fcron.conf.sample
11
@sample etc/fcron.conf.sample
12
@owner
12
@owner
13
@group
13
@group

Return to bug 272537