From owner-freebsd-ports Sun Jun 23 12: 0:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A1F737B408 for ; Sun, 23 Jun 2002 12:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NJ0A995778; Sun, 23 Jun 2002 12:00:10 -0700 (PDT) (envelope-from gnats) Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194]) by hub.freebsd.org (Postfix) with ESMTP id 0D31637B400 for ; Sun, 23 Jun 2002 11:53:59 -0700 (PDT) Received: from ivymike.satan.kom (05-030.021.popsite.net [192.216.197.30]) by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5NIqD619178 for ; Sun, 23 Jun 2002 11:52:13 -0700 Message-Id: <20020623115440.U1101-100000@ivymike.satan.kom> Date: Sun, 23 Jun 2002 11:55:26 -0700 (PDT) From: Scott Flatman To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39740: ports/sysutils/wmmount ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39740 >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 12:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-wmmount begins here --- --- Makefile.orig Thu Apr 4 06:30:03 2002 +++ Makefile Sun Jun 23 11:53:47 2002 @@ -18,10 +18,11 @@ USE_IMAKE= yes USE_XPM= yes +USE_REINPLACE= yes post-patch: .for file in system.wmmount.eg system.wmmount.sh - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file} + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file} .endfor .if exists(/etc/fstab) @${SH} ${WRKSRC}/config/system.wmmount.sh > ${WRKSRC}/system.wmmount --- patch-wmmount 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