From 604c10dcb0675cc8ef9f14efef3ae12efd3f34b6 Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 30 Jan 2005 13:31:57 +0000 Subject: POLA: let the port behave as the previous version regarding the location of the certification files. Noticed by: Manfred Antar Approved by: maintainer (implicit) --- mail/cclient/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/cclient') 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}" -- cgit