Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 14:04:03 +0400 (MSD)
From:      "Oleg V. Volkov" <rover@lglobus.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14552: misc/acron portlint: /usr/bin/perl -> ${PERL}
Message-ID:  <199910271004.OAA60179@fly.lglobus.ru>

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

>Number:         14552
>Category:       ports
>Synopsis:       misc/acron portlint: /usr/bin/perl -> ${PERL}
>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:   Wed Oct 27 03:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oleg V. Volkov
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
-=/ SR 13 /=-
>Environment:

	Fresh ports.

>Description:

	misc/acron/Makefile uses absolute path to perl

>How-To-Repeat:
>Fix:
--- Makefile.old	Tue Aug 31 10:48:09 1999
+++ Makefile	Wed Oct 27 12:25:35 1999
@@ -17,7 +17,7 @@
 NO_BUILD=	yes
 
 post-patch:
-	@/usr/bin/perl -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats
+	@${PERL} -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin

>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?199910271004.OAA60179>