diff options
author | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
commit | 81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch) | |
tree | 4a42a978650c3b49c7da351295e4c90edaf0251f /mail/elm+ME | |
parent | abf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff) | |
download | freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.zst freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip |
No need to use += on first appearance of variables.
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 9fe8133ead48..ae7b36ae415f 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.40 1997/06/05 21:50:05 ache Exp $ +# $Id: Makefile,v 1.41 1997/06/22 07:28:49 ache Exp $ # DISTNAME= elm-2.4ME+32 @@ -21,8 +21,8 @@ MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ENV+= PREFIX="${PREFIX}" -CONFIGURE_ARGS+= -S +CONFIGURE_ENV= PREFIX="${PREFIX}" +CONFIGURE_ARGS= -S post-install: cd ${WRKSRC}/nls; ${MAKE} install |