aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix24
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 20:11:07 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 20:11:07 +0000
commit35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939 (patch)
treeb1d55b3eec60ed5b4f9b2877ae31311c91ab2366 /mail/postfix24
parent21ad94c8e6f0e4c96731ed2af08092568fc0f535 (diff)
downloadports-35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939.tar.gz
ports-35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939.zip
Notes
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/Makefile1
-rw-r--r--mail/postfix24/pkg-plist2
-rw-r--r--mail/postfix24/scripts/configure.postfix6
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index d0e0c74cfd39..171db8be1fce 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -36,7 +36,6 @@ COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.3.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
USE_SUBMAKE= yes
-USE_REINPLACE= yes
USE_RC_SUBR= postfix.sh
MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \
diff --git a/mail/postfix24/pkg-plist b/mail/postfix24/pkg-plist
index 84aaa9deaa28..779dff1908ea 100644
--- a/mail/postfix24/pkg-plist
+++ b/mail/postfix24/pkg-plist
@@ -231,4 +231,4 @@ bin/mailq
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm libexec/postfix
@dirrm etc/postfix/dist
-@dirrmtry etc/postfix
+@dirrmtry etc/postfix
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index e0922597056f..2ff5606d4121 100644
--- a/mail/postfix24/scripts/configure.postfix
+++ b/mail/postfix24/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.70 2006-01-12 16:23:59 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -192,7 +192,7 @@ while [ "$1" ]; do
if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}"
- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"
fi
fi
echo "MYSQL_SUFFIX= +mysql"
@@ -258,7 +258,7 @@ if [ -z "${BATCH}" ]; then
if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}"
- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"
fi
fi
fi