aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-05 23:57:26 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-05 23:57:26 +0000
commit67616e196417ee31f6bfe109a8eec62133cc5092 (patch)
treeb26204614ecb1136f1b9d7f4bd8c2e624343d0a4 /irc
parent8f39f4fe9b484aea5e34304c56663547e11afe6d (diff)
downloadports-67616e196417ee31f6bfe109a8eec62133cc5092.tar.gz
ports-67616e196417ee31f6bfe109a8eec62133cc5092.zip
Notes
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"