From owner-freebsd-ports Tue Dec 9 01:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA17959 for ports-outgoing; Tue, 9 Dec 1997 01:40:03 -0800 (PST) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA17949; Tue, 9 Dec 1997 01:40:02 -0800 (PST) (envelope-from gnats) Date: Tue, 9 Dec 1997 01:40:02 -0800 (PST) Message-Id: <199712090940.BAA17949@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/5258: Bugfix port ja-man-doc-2.2.2g(japanese/man-doc). Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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