From owner-freebsd-ports Fri Jun 28 18:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12ECE37B400 for ; Fri, 28 Jun 2002 18:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C084243E13 for ; Fri, 28 Jun 2002 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1A1JU061672 for ; Fri, 28 Jun 2002 18:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1A195061671; Fri, 28 Jun 2002 18:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCD637B405 for ; Fri, 28 Jun 2002 18:07:53 -0700 (PDT) Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FE843E32 for ; Fri, 28 Jun 2002 18:07:52 -0700 (PDT) (envelope-from sf@dsinw.com) Received: from ivymike.foo.kom (03-124.021.popsite.net [192.216.196.124]) by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5T15rm31154 for ; Fri, 28 Jun 2002 18:05:53 -0700 Message-Id: <20020628180652.X57347-100000@ivymike.foo.kom> Date: Fri, 28 Jun 2002 18:07:44 -0700 (PDT) From: Scott Flatman To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39973: ports/deskutils misc Makefile cleanup 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: 39973 >Category: ports >Synopsis: ports/deskutils misc Makefile cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 18:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: hardcoded tool names to Mk/bsd.port.mk variable names >How-To-Repeat: >Fix: --- patch-abacus begins here --- --- Makefile.orig Fri Jun 21 08:31:38 2002 +++ Makefile Fri Jun 28 18:01:21 2002 @@ -29,7 +29,7 @@ MAN1= abacus.1 post-extract: - @(cd ${WRKSRC}; find -d . -name RCS -exec ${RM} -rf {} \;) + @(cd ${WRKSRC}; ${FIND} -d . -name RCS -exec ${RM} -rf {} \;) @(cd ${WRKSRC}; ${RM} canvas; ${LN} -sf canvas-tcl8.2.2 canvas) post-patch: --- patch-abacus ends here --- --- patch-genius begins here --- --- Makefile.orig Fri Jun 21 08:31:39 2002 +++ Makefile Fri Jun 28 18:03:52 2002 @@ -23,7 +23,7 @@ pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \ s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' --- patch-genius 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