diff options
author | marino <marino@FreeBSD.org> | 2015-06-26 21:23:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-06-26 21:23:56 +0800 |
commit | 1d9ddbae86956b6faebe4390028907340ed91a74 (patch) | |
tree | 3d86f6ce095901e14ba5f55973b2af7214a0ac48 /irc | |
parent | 281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0 (diff) | |
download | freebsd-ports-gnome-1d9ddbae86956b6faebe4390028907340ed91a74.tar.gz freebsd-ports-gnome-1d9ddbae86956b6faebe4390028907340ed91a74.tar.zst freebsd-ports-gnome-1d9ddbae86956b6faebe4390028907340ed91a74.zip |
irc/hexchat: Remove extraneous <pre>/<post>
Diffstat (limited to 'irc')
-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> |