svn commit: r375077 - head/mail/cclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 20 18:27:01 UTC 2014


Author: sunpoet
Date: Sat Dec 20 18:26:59 2014
New Revision: 375077
URL: https://svnweb.freebsd.org/changeset/ports/375077
QAT: https://qat.redports.org/buildarchive/r375077/

Log:
  - Fix r375073, it should be bsd.port.options.mk and bsd.port.mk

Modified:
  head/mail/cclient/Makefile

Modified: head/mail/cclient/Makefile
==============================================================================
--- head/mail/cclient/Makefile	Sat Dec 20 18:26:35 2014	(r375076)
+++ head/mail/cclient/Makefile	Sat Dec 20 18:26:59 2014	(r375077)
@@ -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>


More information about the svn-ports-head mailing list