1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

No need to use += for a variable defined only once.

This commit is contained in:
Satoshi Asami 1998-10-21 08:58:13 +00:00
parent 857896dea5
commit 4f44c208ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14145

View File

@ -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>