diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 16:58:13 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 16:58:13 +0800 |
commit | 4f44c208eafc485b5e4c6862334f8a7c300706a5 (patch) | |
tree | 2f010e915f7ea7ae9c46269f77bb36081f192820 /japanese | |
parent | 857896dea5c8a35d3c26e184ab493407cc0130b6 (diff) | |
download | freebsd-ports-gnome-4f44c208eafc485b5e4c6862334f8a7c300706a5.tar.gz freebsd-ports-gnome-4f44c208eafc485b5e4c6862334f8a7c300706a5.tar.zst freebsd-ports-gnome-4f44c208eafc485b5e4c6862334f8a7c300706a5.zip |
No need to use += for a variable defined only once.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/zipcodes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index dc3481b27f2d..93187de8823a 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.5 1998/03/21 11:01:29 asami Exp $ +# $Id: Makefile,v 1.6 1998/03/23 06:18:51 itojun Exp $ # DISTNAME= ken_all @@ -21,6 +21,6 @@ EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR} NO_WRKSUBDIR= yes -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} +MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} .include <bsd.port.mk> |