irc/hexchat: Remove extraneous <pre>/<post>

This commit is contained in:
John Marino 2015-06-26 13:23:56 +00:00
parent aa4492b48d
commit 96ccc41a7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390635

View file

@ -67,8 +67,6 @@ TEXTFE_CONFIGURE_ENABLE= textfe
WITH_OPENSSL_PORT= yes WITH_OPENSSL_PORT= yes
.endif .endif
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MCA_BUNDLE} .if ${PORT_OPTIONS:MCA_BUNDLE}
CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt" CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt"
.else .else
@ -99,4 +97,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.mk>