Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 1997 01:40:02 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        freebsd-ports
Subject:   Re: ports/5258: Bugfix port ja-man-doc-2.2.2g(japanese/man-doc).
Message-ID:  <199712090940.BAA17949@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/5258; it has been noted by GNATS.

From: asami@cs.berkeley.edu (Satoshi Asami)
To: FreeBSD-gnats-submit@FreeBSD.ORG, kiri@kiri.toba-cmt.ac.jp,
        committers@FreeBSD.ORG
Cc:  Subject: Re: ports/5258: Bugfix port ja-man-doc-2.2.2g(japanese/man-doc).
Date: Tue, 9 Dec 1997 01:37:38 -0800 (PST)

  * +SCRIPTS_ENV+=	TMPL_FILE=${TMPL_FILE} PKGDIR=${PKGDIR} AWK=${AWK} \
 
 I'm not sure what posessed people to do this sort of thing, but it is
 really not necessary to use "+=" in port Makefiles except for very
 special cases (the same variable defined in two places, the second one 
 being conditional to some variable, or the port Makefile is included
 from something else).
 
 Remember, bsd.port.mk is included at the end of the Makefile, so there 
 is no use for "+=" if you are worried about overwriting something set
 in bsd.port.mk.  (In fact, bsd.port.mk worries about this for you, by
 setting many variables using "+=" or "?=".)
 
 Satoshi



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