aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-12-21 02:26:59 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-12-21 02:26:59 +0800
commit581fa5392267be8d279bb69a6e93da7c63c4adda (patch)
treed5af43d712760f15d75c2d39a8dac88c0759cf75 /mail
parentddffa7fcff74c653d4b3f70c42b406ef55807639 (diff)
downloadfreebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.tar.gz
freebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.tar.zst
freebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.zip
- Fix r375073, it should be bsd.port.options.mk and bsd.port.mk
Diffstat (limited to 'mail')
-rw-r--r--mail/cclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 4a2701b74ec1..636c9c9b0996 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>