diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 11:00:28 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 11:00:28 +0800 |
commit | 87a31c6ebd6c22b5215a5378b5502217b1f8c87c (patch) | |
tree | 89f073bc5e71013ebff80c2e0e972f051faa6663 /devel/bcpp | |
parent | 6af20b855989496cdb62f6319c6d2fa1c5da1b36 (diff) | |
download | freebsd-ports-gnome-87a31c6ebd6c22b5215a5378b5502217b1f8c87c.tar.gz freebsd-ports-gnome-87a31c6ebd6c22b5215a5378b5502217b1f8c87c.tar.zst freebsd-ports-gnome-87a31c6ebd6c22b5215a5378b5502217b1f8c87c.zip |
- Reassign to the due to mail bounces
With hat: portmgr
Diffstat (limited to 'devel/bcpp')
-rw-r--r-- | devel/bcpp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bcpp/Makefile b/devel/bcpp/Makefile index b42084265b3f..4ff216f3eab8 100644 --- a/devel/bcpp/Makefile +++ b/devel/bcpp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bcpp -# Date created: 07 November 2001 -# Whom: Mike Buchanon <buchanon@msu.edu> -# +# Created by: Mike Buchanon <buchanon@msu.edu> # $FreeBSD$ -# PORTNAME= bcpp PORTVERSION= 20050725 @@ -11,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/bcpp/ EXTRACT_SUFX= .tgz -MAINTAINER= buchanon@msu.edu +MAINTAINER= ports@FreeBSD.org COMMENT= A utility similar to indent for C++ code WRKSRC= ${WRKDIR}/${DISTNAME} |