diff options
author | petef <petef@FreeBSD.org> | 2001-11-29 17:48:01 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-29 17:48:01 +0000 |
commit | d3fadf1b5d59d247ccb4169d53c51adc6b82cf8e (patch) | |
tree | 483404124759d85d327507f33dfa154705d8bf8d /irc | |
parent | dccc85671e057d5283156084f2dc57f05fb1126a (diff) | |
download | FreeBSD-ports-d3fadf1b5d59d247ccb4169d53c51adc6b82cf8e.zip FreeBSD-ports-d3fadf1b5d59d247ccb4169d53c51adc6b82cf8e.tar.gz |
Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.org
Submitted by: maintainer
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 5b0e834..aa0d969 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 5b0e834..aa0d969 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 b18fd04..44a5a37 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 f928286..69f9512 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} |