aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-01-06 07:57:26 +0800
committerpetef <petef@FreeBSD.org>2004-01-06 07:57:26 +0800
commita1d8217f6eb2d40504b985c539bc985e4861cf1f (patch)
treebdd577e1921f80f893f66339c9d77858cefe95e2 /irc
parentc236357cbe269d526841200509e1fe1085cc0e2a (diff)
downloadfreebsd-ports-gnome-a1d8217f6eb2d40504b985c539bc985e4861cf1f.tar.gz
freebsd-ports-gnome-a1d8217f6eb2d40504b985c539bc985e4861cf1f.tar.zst
freebsd-ports-gnome-a1d8217f6eb2d40504b985c539bc985e4861cf1f.zip
Remove the irssi+perl port now that the main irssi port has Perl
support by default. Suggest users migrate to irc/irssi in MOVED. Approved by: alfred (irssi+perl maintainer) Suggested by: adamw
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/irssi+perl/Makefile16
2 files changed, 0 insertions, 17 deletions
diff --git a/irc/Makefile b/irc/Makefile
index b7d21be3afa5..046051d97767 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -35,7 +35,6 @@
SUBDIR += ircservices
SUBDIR += iroffer
SUBDIR += irssi
- SUBDIR += irssi+perl
SUBDIR += kmyirc
SUBDIR += konversation
SUBDIR += liece
diff --git a/irc/irssi+perl/Makefile b/irc/irssi+perl/Makefile
deleted file mode 100644
index ab43d6cc1332..000000000000
--- a/irc/irssi+perl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# New ports collection makefile for: irssi+perl
-# Date created: Sat Dec 27, 2003
-# Whom: Alfred Perlstein <alfred@freebsd.org>
-#
-# $FreeBSD$
-#
-
-WITH_PERL= yes
-
-MASTERDIR= ${.CURDIR}/../irssi
-PKGNAMESUFFIX= +perl
-
-MAINTAINER?= alfred@FreeBSD.org
-COMMENT?= A modular IRC client with many features (with perl)
-
-.include "${MASTERDIR}/Makefile"