From 897b001ea6c5e9a20864725a4d10edc9e0ed3642 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 20 Aug 2003 21:37:21 +0000 Subject: - Fix typo in CONFIGURE_ARGS Submitted by: maintainer --- mail/tpop3d/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/tpop3d') diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 62a8f7a7b6c5..7f2fc1764fec 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -31,9 +31,9 @@ USE_PERL5= yes .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-auth-other \ - --enable-tcp-wrappers \ - --with-mailspool-directory=/var/mail +CONFIGURE_ARGS+= --enable-auth-other \ + --enable-tcp-wrappers \ + --with-mailspool-directory=/var/mail .if defined(WITH_PERLAUTH) CONFIGURE_ARGS+= --enable-auth-perl -- cgit v1.2.3