diff options
author | jase <jase@FreeBSD.org> | 2012-11-14 05:45:57 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2012-11-14 05:45:57 +0800 |
commit | 918cd89e0405fecfbecf7ca16835eb7dd05ab175 (patch) | |
tree | 090c69893e57a26783c2aa17ac55eca87547678e /irc | |
parent | 21b53605d3dc62a2b2d55c6128e2a125a9f06f2a (diff) | |
download | freebsd-ports-gnome-918cd89e0405fecfbecf7ca16835eb7dd05ab175.tar.gz freebsd-ports-gnome-918cd89e0405fecfbecf7ca16835eb7dd05ab175.tar.zst freebsd-ports-gnome-918cd89e0405fecfbecf7ca16835eb7dd05ab175.zip |
- Convert to new format Makefile header
- Assume maintainership [1]
Approved by: miwi [1]
Feature safe: yes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/znc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index ae0caf171c8c..78c734284177 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: znc -# Date created: 6 March 2008 -# Whom: elvstone@gmail.com -# +# Created by: elvstone@gmail.com # $FreeBSD$ -# PORTNAME= znc PORTVERSION= 0.206 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= jase@FreeBSD.org COMMENT= An advanced IRC bouncer LICENSE= GPLv2 |