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 | |
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')
-rw-r--r-- | mail/elm+ME/Makefile | 6 | ||||
-rw-r--r-- | mail/elm/Makefile | 6 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 6 | ||||
-rw-r--r-- | mail/popper/Makefile | 6 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 6 |
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 |