Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 18:07:44 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39973: ports/deskutils  misc Makefile cleanup
Message-ID:  <20020628180652.X57347-100000@ivymike.foo.kom>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020628180652.X57347-100000>