diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 10:21:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 10:21:45 +0800 |
commit | dcba99be2ce8476b09a0e590425b2a7ab54cbd4e (patch) | |
tree | 26094beba990463b5b5d468c7716394ea58ee96b | |
parent | 9542dae2c697ef6bfab107b237a5404bc3914580 (diff) | |
download | freebsd-ports-gnome-dcba99be2ce8476b09a0e590425b2a7ab54cbd4e.tar.gz freebsd-ports-gnome-dcba99be2ce8476b09a0e590425b2a7ab54cbd4e.tar.zst freebsd-ports-gnome-dcba99be2ce8476b09a0e590425b2a7ab54cbd4e.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 |