Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 18:27:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375077 - head/mail/cclient
Message-ID:  <201412201827.sBKIR0jU068469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201827.sBKIR0jU068469>