diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /mail/popper | |
parent | 2a42fd62a8e25a47ed589726645bccb6357e1493 (diff) | |
download | ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.tar.gz ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.zip |
Notes
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |