Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2008 17:59:19 -0800 (PST)
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120276: style.Makefile(5) nit
Message-ID:  <200802050159.m151xJ4d014798@dragon.nuxi.org>
Resent-Message-ID: <200802050200.m152076n093526@freefall.freebsd.org>

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

>Number:         120276
>Category:       ports
>Synopsis:       style.Makefile(5) nit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 05 02:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     David O'Brien
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dragon.NUXI.org 8.0-CURRENT FreeBSD 8.0-CURRENT #576: Tue Jan 1 18:37:43 PST 2008 rootk@dragon:/SRC/fbsd/sys/i386/compile/DRAGON i386


	
>Description:

	bsd.port.mk has a usage of '@', where the FreeBSD standard is to
	spell '@' ${.TARGET}.
	
>How-To-Repeat:
	vi ports/Mk/bsd.port.mk
>Fix:

Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.589
diff -u -p -r1.589 bsd.port.mk
--- bsd.port.mk	17 Oct 2007 10:12:24 -0000	1.589
+++ bsd.port.mk	4 Feb 2008 19:34:47 -0000
@@ -5411,7 +5455,7 @@ ${.CURDIR}/README.html:
 					$${__softMAKEFLAGS} pretty-print-run-depends-list)"'|' \
 			-e 's|%%TOP%%|'"$$(${ECHO_CMD} ${CATEGORIES} | \
 							   ${SED} -e 's| .*||' -e 's|[^/]*|..|g')"'/..|' \
-		${TEMPLATES}/README.port >> $@
+		${TEMPLATES}/README.port >> ${.TARGET}
 
 # The following two targets require an up-to-date INDEX in ${PORTSDIR}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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