diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-20 09:27:04 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-20 09:27:04 +0800 |
commit | c7406e4eb1ae7ad0a7924e964b21e521ab70eb17 (patch) | |
tree | 56eb13622a12ecc0aea8906cd88fccd91be03b94 /irc | |
parent | 8116a95e0e7039650b3056f9fd11dd6890132676 (diff) | |
download | freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.tar.gz freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.tar.zst freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.zip |
- use COMMENT
- change MAINTAINER's email address
PR: 48469
Submitted by: Anders Andersson <anders@hack.org> <anders@andersa.net>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 2 | ||||
-rw-r--r-- | irc/epic5/Makefile | 2 | ||||
-rw-r--r-- | irc/ircII/Makefile | 3 | ||||
-rw-r--r-- | irc/ircII/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ninja/Makefile | 3 | ||||
-rw-r--r-- | irc/ninja/pkg-comment | 1 |
6 files changed, 6 insertions, 6 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index d5bdab0755f1..5be4b7b51dab 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -27,7 +27,7 @@ PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ PATCHFILES= ${DISTNAME}-ipv6-20010418.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER?= anders@hack.org +MAINTAINER?= anders@andersa.net COMMENT?= The (E)nhanced (P)rogrammable (I)RC-II (C)lient USE_BZIP2= yes diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index d5bdab0755f1..5be4b7b51dab 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -27,7 +27,7 @@ PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ PATCHFILES= ${DISTNAME}-ipv6-20010418.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER?= anders@hack.org +MAINTAINER?= anders@andersa.net COMMENT?= The (E)nhanced (P)rogrammable (I)RC-II (C)lient USE_BZIP2= yes diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 79ee2ffbb9fb..2f292ae9a731 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ \ ftp://ftp.plig.net/pub/ircII/ -MAINTAINER= anders@hack.org +MAINTAINER= anders@andersa.net +COMMENT= The 'Internet Relay Chat' Client GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc diff --git a/irc/ircII/pkg-comment b/irc/ircII/pkg-comment deleted file mode 100644 index d419a164e104..000000000000 --- a/irc/ircII/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The 'Internet Relay Chat' Client diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index b12820c314eb..f9319037a7b1 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 1.5.8.1 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ -MAINTAINER= anders@hack.org +MAINTAINER= anders@andersa.net +COMMENT= Another ircII based irc client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/irc/ninja/pkg-comment b/irc/ninja/pkg-comment deleted file mode 100644 index 627fcfadf92b..000000000000 --- a/irc/ninja/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Another ircII based irc client |