Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 09:16:53 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39702: ports/news/dnews  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623091602.N98915-100000@ivymike.satan.kom>

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

>Number:         39702
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 09:20:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-dnews begins here ---
--- Makefile.orig	Wed May  8 04:09:08 2002
+++ Makefile	Sun Jun 23 09:03:20 2002
@@ -19,12 +19,13 @@
 RESTRICTED=	"only free for non-profit organisations"
 NO_PACKAGE=	"${RESTRICTED}"
 IS_INTERACTIVE=	yes
+USE_REINPLACE=	yes

 NO_BUILD=	yes

 post-configure:
-	@${PERL} -pi -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
-	@${PERL} -pi -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf
+	@${REINPLACE_CMD} -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
+	@${REINPLACE_CMD} -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf

 do-install:
 	@( cd ${WRKSRC}; ./dnews_setup )
--- patch-dnews ends here ---


>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?20020623091602.N98915-100000>