aboutsummaryrefslogtreecommitdiff
path: root/mail/cclient/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2005-05-30 19:57:06 +0000
committerAnders Nordby <anders@FreeBSD.org>2005-05-30 19:57:06 +0000
commitb5d955b613829b75916c4becbf386b8a8da25207 (patch)
treed66e9925fe117a2c71130430d846e01401042718 /mail/cclient/Makefile
parent23be6a3d0dc7b740d77e8e0b85fb2028879def3e (diff)
downloadports-b5d955b613829b75916c4becbf386b8a8da25207.tar.gz
ports-b5d955b613829b75916c4becbf386b8a8da25207.zip
Update to 2004d.
Fix IPv6+SSL. PR: 77512
Notes
Notes: svn path=/head/; revision=136450
Diffstat (limited to 'mail/cclient/Makefile')
-rw-r--r--mail/cclient/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 93512abf153a..e46489f1b663 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cclient
-PORTVERSION= 2004c1
-PORTREVISION= 1
+PORTVERSION= 2004d
PORTEPOCH= 1
CATEGORIES= mail devel ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
@@ -55,6 +54,10 @@ post-patch:
.endfor
@${REINPLACE_CMD} -e "s:/etc/ssl/certs:${PREFIX}/certs:g; \
s:/etc/ssl/private:${PREFIX}/certs:g" ${WRKSRC}/Makefile
+.if !defined(WITHOUT_IPV6)
+ @${REINPLACE_CMD} -e "s|^IP=4|IP=6|" ${WRKSRC}/Makefile \
+ ${WRKSRC}/src/osdep/unix/Makefile
+.endif
post-configure:
@${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}"