diff options
author | alex <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | 81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch) | |
tree | 4a42a978650c3b49c7da351295e4c90edaf0251f /mail/qpopper | |
parent | abf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff) | |
download | FreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip FreeBSD-ports-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz |
No need to use += on first appearance of variables.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 7b9fcc4..af3ec62 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 |