summaryrefslogtreecommitdiff
path: root/irc/blackened/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-25 22:12:56 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-25 22:12:56 +0000
commit97af65b89c364bb58c0379fc074c52e5e5765d85 (patch)
treea6ea5cb12340a0f35e61d4f5b2acea34f2edd247 /irc/blackened/Makefile
parentfixed png.h problem by setting include path in CFLAGS in ports Makefile (diff)
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
Notes
Notes: svn path=/head/; revision=27050
Diffstat (limited to 'irc/blackened/Makefile')
-rw-r--r--irc/blackened/Makefile3
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>