diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:19:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:19:34 +0800 |
commit | e4ddbe7b378fd81fde13084dd976224696b3a402 (patch) | |
tree | b152380eba56540e9db8b7ed12208a9cd2e1c515 | |
parent | 002a30e80e438af9f61b774df3dbbfb6a9c9b184 (diff) | |
download | freebsd-ports-gnome-e4ddbe7b378fd81fde13084dd976224696b3a402.tar.gz freebsd-ports-gnome-e4ddbe7b378fd81fde13084dd976224696b3a402.tar.zst freebsd-ports-gnome-e4ddbe7b378fd81fde13084dd976224696b3a402.zip |
- Reassign to the heap at maintainer's request
-rw-r--r-- | net/abills/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/abills/Makefile b/net/abills/Makefile index 3e5626fe842a..87258a1c514b 100644 --- a/net/abills/Makefile +++ b/net/abills/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: abills -# Date created: 2 February 2005 -# Whom: Michael Lednev <liettneff@bk.ru> -# +# Created by: Michael Lednev <liettneff@bk.ru> # $FreeBSD$ -# PORTNAME= abills PORTVERSION= 0.53 @@ -13,7 +9,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME} -MAINTAINER= liettneff@bk.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Billing system for dialup, VPN, and VoIP management LICENSE= GPLv2 |