svn commit: r390635 - head/irc/hexchat

John Marino marino at FreeBSD.org
Fri Jun 26 13:23:57 UTC 2015


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>


More information about the svn-ports-head mailing list