summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-12-20 18:26:59 +0000
committersunpoet <sunpoet@FreeBSD.org>2014-12-20 18:26:59 +0000
commit581fa5392267be8d279bb69a6e93da7c63c4adda (patch)
treed5af43d712760f15d75c2d39a8dac88c0759cf75
parentddffa7fcff74c653d4b3f70c42b406ef55807639 (diff)
downloadFreeBSD-ports-581fa5392267be8d279bb69a6e93da7c63c4adda.zip
FreeBSD-ports-581fa5392267be8d279bb69a6e93da7c63c4adda.tar.gz
- Fix r375073, it should be bsd.port.options.mk and bsd.port.mk
-rw-r--r--mail/cclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 4a2701b..636c9c9 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -32,7 +32,7 @@ USE_LDCONFIG= yes
SSL_USE= OPENSSL=yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
PKGMESSAGE= pkg-message-ssl
@@ -111,4 +111,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/c-client/OSCFLAGS ${STAGEDIR}${PREFIX}/include/c-client
${INSTALL_DATA} ${PORTREV_H} ${STAGEDIR}${PREFIX}/include/c-client
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud