summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
commit332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch)
tree9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /mail/maildrop
parentRemove the old KerberosIV stuff and PAM-ize. (diff)
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=23999
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index ef72f36ea108..74f971c50292 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -37,9 +37,8 @@ CONFIGURE_ARGS= --enable-syslog=1 \
--with-etcdir="${PREFIX}/etc" \
--enable-maildrop-uid="${MAILDROP_SUID}" \
--enable-maildrop-gid="${MAILDROP_SGID}"
-CONFIGURE_ENV= CXX="${CXX}" \
- CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
- LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
+ LIBS="-L${PREFIX}/lib"
GNU_CONFIGURE= yes
.if defined(NOPORTDOCS)