Date: Fri, 26 Jun 2015 13:23:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390635 - head/irc/hexchat Message-ID: <201506261323.t5QDNv5Z039661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Jun 26 13:23:56 2015 New Revision: 390635 URL: https://svnweb.freebsd.org/changeset/ports/390635 Log: irc/hexchat: Remove extraneous <pre>/<post> Modified: head/irc/hexchat/Makefile Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Fri Jun 26 13:23:01 2015 (r390634) +++ head/irc/hexchat/Makefile Fri Jun 26 13:23:56 2015 (r390635) @@ -67,8 +67,6 @@ TEXTFE_CONFIGURE_ENABLE= textfe WITH_OPENSSL_PORT= yes .endif -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MCA_BUNDLE} CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt" .else @@ -99,4 +97,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} .endif -.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?201506261323.t5QDNv5Z039661>