Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2000 08:32:38 -0800 (PST)
From:      tmb_ports@maddog.u-net.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16493: Small modification to sysutils/cronolog Makefile required
Message-ID:  <20000131163238.ABFC114A0A@hub.freebsd.org>

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

>Number:         16493
>Category:       ports
>Synopsis:       Small modification to sysutils/cronolog Makefile required
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 31 08:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mark Blackman
>Release:        n/a
>Organization:
n/a
>Environment:
n/a
>Description:
apply tiny patch to /usr/ports/sysutils/cronolog/Makefile


>How-To-Repeat:
n/a
>Fix:
--- Makefile    Sat Jan 22 03:10:03 2000
+++ -   Mon Jan 31 16:29:37 2000
@@ -14,9 +14,9 @@
 
 MAN1=          cronolog.1m cronosplit.1m
 
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
 
 post-install:
-       ${STRIP} ${PREFIX}/sbin/cronolog ${PREFIX}/sbin/cronolog
+       ${STRIP} ${PREFIX}/sbin/cronolog
 
 .include <bsd.port.mk>


>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?20000131163238.ABFC114A0A>