diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-29 17:48:01 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-29 17:48:01 +0000 |
commit | d4c40a94198cca3c66d0284e98fca833af2a9a65 (patch) | |
tree | 0c15f01dab960385e064bb010a34feeedbadab81 /irc | |
parent | 8881dcf86fcb12b8b5ba8a371b54a339f72a4b37 (diff) | |
download | ports-d4c40a94198cca3c66d0284e98fca833af2a9a65.tar.gz ports-d4c40a94198cca3c66d0284e98fca833af2a9a65.zip |
Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.org
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50726
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 2 | ||||
-rw-r--r-- | irc/epic5/Makefile | 2 | ||||
-rw-r--r-- | irc/ircII/Makefile | 2 | ||||
-rw-r--r-- | irc/ninja/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 5b0e83436d92..aa0d9696276f 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -26,7 +26,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} #PATCHFILES= ${DISTNAME}-patch1 #PATCH_DIST_STRIP= -d ${WRKSRC}/source -MAINTAINER= anders@codefactory.se +MAINTAINER= anders@hack.org USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 5b0e83436d92..aa0d9696276f 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -26,7 +26,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} #PATCHFILES= ${DISTNAME}-patch1 #PATCH_DIST_STRIP= -d ${WRKSRC}/source -MAINTAINER= anders@codefactory.se +MAINTAINER= anders@hack.org USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index b18fd04114bd..44a5a37104c6 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ \ ftp://ftp.plig.net/pub/ircII/ -MAINTAINER= anders@codefactory.se +MAINTAINER= anders@hack.org GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index f92828699ce5..69f95129895a 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.5.5 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ -MAINTAINER= anders@codefactory.se +MAINTAINER= anders@hack.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |