aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
commita84c115a09e00e14810cb1deb7bf4637a33ad313 (patch)
tree97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /irc
parentaa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff)
downloadports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz
ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile3
-rw-r--r--irc/ratbox-services/Makefile3
-rw-r--r--irc/slirc/Makefile3
-rw-r--r--irc/tircd/Makefile3
4 files changed, 4 insertions, 8 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 4b3083ff3bc2..8d70e50d515d 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -5,14 +5,13 @@ PORTNAME= ircd-hybrid
PORTVERSION= 8.1.3
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= Fast irc daemon with a number of new features
INSTALL_IGNORES= ircu-* ircd-rat* charby*
-USES= gmake
+USES= gmake tar:tgz
GNU_CONFIGURE= yes
USERS= ircd
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile
index c67f7049221d..c2e967983a08 100644
--- a/irc/ratbox-services/Makefile
+++ b/irc/ratbox-services/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= http://services.ratbox.org/download/ \
http://services.ratbox.org/download/old/
-EXTRACT_SUFX= .tgz
MAINTAINER= moggie@elasticmind.net
COMMENT= Highly configurable services package for use with ircd-ratbox
@@ -21,7 +20,7 @@ LOGDIR?= /var/log
RUNDIR?= /var/run
DBDIR?= /var/db/${PORTNAME}
PERL?= ${LOCALBASE}/bin/perl
-USES= libtool pkgconfig perl5
+USES= libtool pkgconfig perl5 tar:tgz
SUB_FILES= pkg-message pkg-install
PLIST_SUB= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL}
diff --git a/irc/slirc/Makefile b/irc/slirc/Makefile
index e28e50e81d80..0537898e8f6e 100644
--- a/irc/slirc/Makefile
+++ b/irc/slirc/Makefile
@@ -7,14 +7,13 @@ PORTREVISION= 4
# Assign with += for slave ports
CATEGORIES+= irc
MASTER_SITES= http://members.core.com/~stabro/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= SLang-based IRC client
LIB_DEPENDS= ${LIB_DEPENDS_LIBSLANG}
-USES= gmake
+USES= gmake tar:tgz
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/irc/tircd/Makefile b/irc/tircd/Makefile
index 37c36a8a9688..f9f4cfc7a4c5 100644
--- a/irc/tircd/Makefile
+++ b/irc/tircd/Makefile
@@ -5,7 +5,6 @@ PORTNAME= tircd
PORTVERSION= 0.30
CATEGORIES= irc
MASTER_SITES= GOOGLE_CODE
-EXTRACT_SUFX= .tgz
MAINTAINER= gavin@FreeBSD.org
COMMENT= IRC proxy to Twitter
@@ -20,7 +19,7 @@ RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= patch build run
NO_BUILD= yes