aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-07-24 18:24:47 +0000
committerChris Rees <crees@FreeBSD.org>2011-07-24 18:24:47 +0000
commit58967c27803a5e3221f4012adaea0db429faf056 (patch)
tree48b913b971428a2501f4302f48a9a9dcaece5b23 /irc
parent0c7c6a06e8a9649953df59dae2366c3d598c5979 (diff)
downloadports-58967c27803a5e3221f4012adaea0db429faf056.tar.gz
ports-58967c27803a5e3221f4012adaea0db429faf056.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/inspircd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index 47c712f4fe3d..cb6604c8f639 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/InspIRCd-2.0/${PORTVERSION}
DISTNAME= InspIRCd-${PORTVERSION}
-MAINTAINER= brain@inspircd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A modular C++ IRC daemon
USE_BZIP2= yes
@@ -52,7 +52,7 @@ OPTIONS= LDAPAUTH "Build m_ldapauth module" off \
GNUTLS "Build m_ssl_gnutls module" off \
OPENSSL "Build m_ssl_openssl module" off
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
post-extract:
@(cd ${WRKDIR} && ${MV} ${PORTNAME} ${DISTNAME})
@@ -98,7 +98,7 @@ PLIST_SUB+= GNUTLS="@comment "
.endif
.if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL)
-.include <${PORTSDIR}/Mk/bsd.openssl.mk>
+USE_OPENSSL=yes
CONFIGURE_ARGS+= --enable-openssl
PLIST_SUB+= OPENSSL=""
.else
@@ -119,4 +119,4 @@ post-install:
fi
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>