Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 01:14:39 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30038: NO MAINTAINER UPDATE: sysutils/fcron
Message-ID:  <200108241714.f7OHEd478633@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         30038
>Category:       ports
>Synopsis:       NO MAINTAINER UPDATE: sysutils/fcron
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 10:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


>Description:

mkdir ${PREFIX}/etc before configure and let configure script locate the etc directory.

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/sysutils/fcron/Makefile fcron/Makefile
--- /usr/ports/sysutils/fcron/Makefile	Fri Jul 20 16:02:38 2001
+++ fcron/Makefile	Sat Aug 25 01:11:38 2001
@@ -33,6 +33,9 @@
 MAN5=	fcrontab.5 fcron.conf.5
 MAN8=	fcron.8
 
+pre-configure:
+	@${MKDIR} ${PREFIX}/etc
+
 post-install:
 	@${CP} ${WRKSRC}/files/fcron.allow ${PREFIX}/etc/fcron.allow.dist
 	@${CP} ${WRKSRC}/files/fcron.deny ${PREFIX}/etc/fcron.deny.dist
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108241714.f7OHEd478633>