diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-11-21 03:06:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-11-21 03:06:23 +0800 |
commit | 8a1d3d83670af10f5973641923b1f65c5de32bc4 (patch) | |
tree | 2f3c1b5625e97fc1ab08b6853bfaed7422dbefee /net-mgmt | |
parent | 03b2fe8299eb7a3551ee4a3a48a4e0301f28b2c7 (diff) | |
download | freebsd-ports-gnome-8a1d3d83670af10f5973641923b1f65c5de32bc4.tar.gz freebsd-ports-gnome-8a1d3d83670af10f5973641923b1f65c5de32bc4.tar.zst freebsd-ports-gnome-8a1d3d83670af10f5973641923b1f65c5de32bc4.zip |
- Return ports to the heap at maintainer's request
Feature safe: yes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagircbot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile index 99af4407401b..5bb93b3c9d6f 100644 --- a/net-mgmt/nagircbot/Makefile +++ b/net-mgmt/nagircbot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: backupninja -# Date created: 7 june 2006 -# Whom: anarcat -# +# Created by: anarcat@anarcat.ath.cx # $FreeBSD$ -# PORTNAME= nagircbot PORTVERSION= 0.0.33 @@ -11,7 +7,7 @@ CATEGORIES= net-mgmt irc MASTER_SITES= http://www.vanheusden.com/nagircbot/ EXTRACT_SUFX= .tgz -MAINTAINER= anarcat@anarcat.ath.cx +MAINTAINER= ports@FreeBSD.org COMMENT= IRC bot for Nagios USE_GMAKE= yes |