diff options
author | netchild <netchild@FreeBSD.org> | 2005-01-30 21:31:57 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-01-30 21:31:57 +0800 |
commit | 604c10dcb0675cc8ef9f14efef3ae12efd3f34b6 (patch) | |
tree | 570dfe9af511cef61b092c72e68f252572468cfd /mail/cclient | |
parent | 7db4d853a9d91141666bc2f958dbeca53fd55892 (diff) | |
download | freebsd-ports-gnome-604c10dcb0675cc8ef9f14efef3ae12efd3f34b6.tar.gz freebsd-ports-gnome-604c10dcb0675cc8ef9f14efef3ae12efd3f34b6.tar.zst freebsd-ports-gnome-604c10dcb0675cc8ef9f14efef3ae12efd3f34b6.zip |
POLA: let the port behave as the previous version regarding the location
of the certification files.
Noticed by: Manfred Antar <null@pozo.com>
Approved by: maintainer (implicit)
Diffstat (limited to 'mail/cclient')
-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}" |