diff options
author | John Marino <marino@FreeBSD.org> | 2015-06-26 13:23:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-06-26 13:23:56 +0000 |
commit | 96ccc41a7af1c8f15435d1c12d3f7bd60e7c593c (patch) | |
tree | 3d86f6ce095901e14ba5f55973b2af7214a0ac48 /irc/hexchat/Makefile | |
parent | aa4492b48d6715e96a59416fad0ea2c66d4fe9ce (diff) | |
download | ports-96ccc41a7af1c8f15435d1c12d3f7bd60e7c593c.tar.gz ports-96ccc41a7af1c8f15435d1c12d3f7bd60e7c593c.zip |
Notes
Diffstat (limited to 'irc/hexchat/Makefile')
-rw-r--r-- | irc/hexchat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index f27e5a261b07..88cfee0555b4 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -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> |