summaryrefslogtreecommitdiff
path: root/mail
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
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')
-rw-r--r--mail/elm+ME/Makefile6
-rw-r--r--mail/elm/Makefile6
-rw-r--r--mail/fetchmail/Makefile6
-rw-r--r--mail/popper/Makefile6
-rw-r--r--mail/qpopper/Makefile6
5 files changed, 15 insertions, 15 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
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
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 2da8d2a20fd2..5ce5da822726 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
-# $Id: Makefile,v 1.52 1997/11/29 14:22:27 max Exp $
+# $Id: Makefile,v 1.53 1997/12/15 20:55:27 max Exp $
#
DISTNAME= fetchmail-4.3.5
@@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
MAINTAINER= ve@sci.fi
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-opie
-CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
+CONFIGURE_ARGS= --enable-opie
+CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
MAN1= fetchmail.1
.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
diff --git a/mail/popper/Makefile b/mail/popper/Makefile
index 7b9fcc4135d2..af3ec6292ed7 100644
--- a/mail/popper/Makefile
+++ b/mail/popper/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 April 1995
# Whom: pst
#
-# $Id: Makefile,v 1.19 1997/10/09 02:39:58 pst Exp $
+# $Id: Makefile,v 1.20 1997/11/20 14:38:36 ache Exp $
#
DISTNAME= qpopper2.41beta1
@@ -34,9 +34,9 @@ O_DEFS+= -DAPOP_ONLY
P_LIBS+= -lmd -lutil
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-apop=${PREFIX}/etc/popper/pop.auth \
+CONFIGURE_ARGS= --with-apop=${PREFIX}/etc/popper/pop.auth \
--with-apopuid=pop
-CONFIGURE_ENV+= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
+CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
MAN8= popauth.8 popper.8
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 7b9fcc4135d2..af3ec6292ed7 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 April 1995
# Whom: pst
#
-# $Id: Makefile,v 1.19 1997/10/09 02:39:58 pst Exp $
+# $Id: Makefile,v 1.20 1997/11/20 14:38:36 ache Exp $
#
DISTNAME= qpopper2.41beta1
@@ -34,9 +34,9 @@ O_DEFS+= -DAPOP_ONLY
P_LIBS+= -lmd -lutil
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-apop=${PREFIX}/etc/popper/pop.auth \
+CONFIGURE_ARGS= --with-apop=${PREFIX}/etc/popper/pop.auth \
--with-apopuid=pop
-CONFIGURE_ENV+= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
+CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
MAN8= popauth.8 popper.8