summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
committerAlexander Langer <alex@FreeBSD.org>1997-12-24 01:21:47 +0000
commitdab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch)
tree28fae1fb481b10b7b6210a2472019866db9d8bac /mail/elm
parentThe Christmas Wine: update to 971221 version of WINE (diff)
No need to use += on first appearance of variables.
Notes
Notes: svn path=/head/; revision=9161
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index 9fe8133ead48..ae7b36ae415f 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/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