diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-11-20 19:06:23 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-11-20 19:06:23 +0000 |
commit | 7772ef08a02fd88cb05fc134b1a0e4c2f7ba667a (patch) | |
tree | 2f3c1b5625e97fc1ab08b6853bfaed7422dbefee /net-mgmt | |
parent | e386bedbcdd7b3effbf66e90f4f6d36ccab6b869 (diff) | |
download | ports-7772ef08a02fd88cb05fc134b1a0e4c2f7ba667a.tar.gz ports-7772ef08a02fd88cb05fc134b1a0e4c2f7ba667a.zip |
- Return ports to the heap at maintainer's request
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307595
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 |