diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-30 13:31:57 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-30 13:31:57 +0000 |
commit | 8c4a2c7ecf2ea8a2c00335d59543158da544bb54 (patch) | |
tree | 390ce5724903a71d670abc1d3e7a71649c0bfdd2 /mail/cclient/Makefile | |
parent | cece986586705821cc60b570714c3769bb4a0419 (diff) | |
download | ports-8c4a2c7ecf2ea8a2c00335d59543158da544bb54.tar.gz ports-8c4a2c7ecf2ea8a2c00335d59543158da544bb54.zip |
Notes
Diffstat (limited to 'mail/cclient/Makefile')
-rw-r--r-- | mail/cclient/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 9b3d00e099e6..93512abf153a 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclient PORTVERSION= 2004c1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail devel ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ @@ -52,6 +53,8 @@ post-patch: .for file in Makefile src/osdep/unix/Makefile src/osdep/unix/Makefile.gss @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/${file} .endfor + @${REINPLACE_CMD} -e "s:/etc/ssl/certs:${PREFIX}/certs:g; \ + s:/etc/ssl/private:${PREFIX}/certs:g" ${WRKSRC}/Makefile post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" |