diff options
author | will <will@FreeBSD.org> | 2000-03-26 06:12:56 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-26 06:12:56 +0800 |
commit | 45974b592a86574688ada40b06a37868c0330723 (patch) | |
tree | 33488b3d6b0c9c64e9a607b649481e89e9f89495 /irc | |
parent | 6eea060b104f2e9e695fe1f939df7acf168bf194 (diff) | |
download | freebsd-ports-gnome-45974b592a86574688ada40b06a37868c0330723.tar.gz freebsd-ports-gnome-45974b592a86574688ada40b06a37868c0330723.tar.zst freebsd-ports-gnome-45974b592a86574688ada40b06a37868c0330723.zip |
Change MAINTAINER to toast@blackened.com, the author of blackened. I've
wanted to do this for some time now.
Responsibility accepted by: toast@blackened.com
Diffstat (limited to 'irc')
-rw-r--r-- | irc/blackened/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/blackened/Makefile b/irc/blackened/Makefile index a2cddab14fdd..a92070c64801 100644 --- a/irc/blackened/Makefile +++ b/irc/blackened/Makefile @@ -10,13 +10,12 @@ DISTNAME= blackened-${VERSION} CATEGORIES= irc MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ -MAINTAINER= will@FreeBSD.org +MAINTAINER= toast@blackened.com GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} VERSION= 1.7.1 PLIST_SUB= VERSION=${VERSION} - MAKE_ENV= prefix=${PREFIX} .include <bsd.port.mk> |