diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 02:21:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 02:21:45 +0000 |
commit | 5d5e2d4afd06fc10d85ba9ddaee25bb481e67325 (patch) | |
tree | 208df8658f01c13620839840ca8848fb90967260 | |
parent | e87909776ada4f9b52423aa78b3f2470f4d13f07 (diff) | |
download | freebsd-ports-5d5e2d4afd06fc10d85ba9ddaee25bb481e67325.zip |
No need to define MAKE_ENV with += when it's only assigned to once.
-rw-r--r-- | japanese/weblint97/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index 4a2983f71fd3..1edefc5b27a3 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jun 1997 # Whom: Takayuki Ariga <a00821@cc.hc.keio.ac.jp> # -# $Id: Makefile,v 1.3 1998/06/06 03:45:15 itojun Exp $ +# $Id: Makefile,v 1.4 1998/08/23 16:20:06 kuriyama Exp $ # DISTNAME= weblint-97-0.12 @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 -MAKE_ENV+= PERLLIBDIR="${PERLLIBDIR}" +MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" ALL_TARGET= euc-jp INSTALL_TARGET= jinstall |