diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-05 23:57:26 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-05 23:57:26 +0000 |
commit | 67616e196417ee31f6bfe109a8eec62133cc5092 (patch) | |
tree | b26204614ecb1136f1b9d7f4bd8c2e624343d0a4 /irc | |
parent | 8f39f4fe9b484aea5e34304c56663547e11afe6d (diff) | |
download | freebsd-ports-67616e196417ee31f6bfe109a8eec62133cc5092.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/Makefile | 1 | ||||
-rw-r--r-- | irc/irssi+perl/Makefile | 16 |
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" |