aboutsummaryrefslogtreecommitdiff
path: root/irc/inspircd/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-07-06 17:48:54 +0000
committerSteve Wills <swills@FreeBSD.org>2019-07-06 17:48:54 +0000
commit038b39280ac95ea318324d031d9cc95ee80fb873 (patch)
tree910178af4d62a1ccb119a95e1e130d3543b080e0 /irc/inspircd/Makefile
parentd67fbe0cd5d36e3b81bd22af2693a1855d3110ee (diff)
downloadports-038b39280ac95ea318324d031d9cc95ee80fb873.tar.gz
ports-038b39280ac95ea318324d031d9cc95ee80fb873.zip
Notes
Diffstat (limited to 'irc/inspircd/Makefile')
-rw-r--r--irc/inspircd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index ae4725643908..f439efc9673d 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= inspircd
DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.0
+DISTVERSION= 3.2.0
CATEGORIES= irc
MAINTAINER= dg@syrec.org
@@ -28,7 +28,8 @@ CONFIGURE_ARGS= --binary-dir=${PREFIX}/bin \
--manual-dir=${MANPREFIX}/man/man1 \
--module-dir=${PREFIX}/libexec/${PORTNAME}/modules \
--prefix=${PREFIX}/libexec/${PORTNAME} \
- --distribution-label=${OPSYS}-${PORTVERSION}
+ --distribution-label=${OPSYS}-${PORTVERSION} \
+ --disable-auto-extras
USE_RC_SUBR= ${PORTNAME}
MAKEFILE= GNUmakefile
@@ -42,7 +43,7 @@ INSPIRCD_DBDIR?= /var/db/${PORTNAME}
INSPIRCD_LOGDIR?= /var/log/${PORTNAME}
INSPIRCD_RUNDIR?= /var/run/${PORTNAME}
-SUB_FILES= pkg-deinstall
+SUB_FILES= pkg-message
SUB_LIST= INSPIRCD_DBDIR=${INSPIRCD_DBDIR} \
INSPIRCD_GROUP=${GROUPS} \
INSPIRCD_LOGDIR=${INSPIRCD_LOGDIR} \