aboutsummaryrefslogtreecommitdiff
path: root/mail/cclient
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-20 18:26:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-20 18:26:59 +0000
commit93798729ebe7b1b7e7b46ca654964fd6f459757e (patch)
treed5af43d712760f15d75c2d39a8dac88c0759cf75 /mail/cclient
parent2b9f3190cf222e36966073789a8e393296d9fb1c (diff)
downloadports-93798729ebe7b1b7e7b46ca654964fd6f459757e.tar.gz
ports-93798729ebe7b1b7e7b46ca654964fd6f459757e.zip
- Fix r375073, it should be bsd.port.options.mk and bsd.port.mk
Notes
Notes: svn path=/head/; revision=375077
Diffstat (limited to 'mail/cclient')
-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>