From owner-freebsd-ports Sun Jun 23 11:10:43 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 D0EB137B406 for ; Sun, 23 Jun 2002 11:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NIA5e88853; Sun, 23 Jun 2002 11:10:05 -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 C04A837B403 for ; Sun, 23 Jun 2002 11:05:54 -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 g5NI48618136 for ; Sun, 23 Jun 2002 11:04:09 -0700 Message-Id: <20020623110641.Y203-100000@ivymike.satan.kom> Date: Sun, 23 Jun 2002 11:07:22 -0700 (PDT) From: Scott Flatman To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39724: ports/security/nofgpg ${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: 39724 >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 11:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-nofgpg begins here --- --- Makefile.orig Fri Mar 15 05:13:12 2002 +++ Makefile Sun Jun 23 11:05:40 2002 @@ -16,13 +16,14 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${PYTHON_SITELIBDIR}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome +USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes MAN1= nofgpg.1 post-patch: - @${PERL} -pi -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg + @${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin --- patch-nofgpg 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