diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 03:00:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 03:00:28 +0000 |
commit | b04d63dab58464398ab3bdbe383409a308103120 (patch) | |
tree | 89f073bc5e71013ebff80c2e0e972f051faa6663 /devel/bcpp | |
parent | 50270943651786f8e4ba7c745c86b31cc0662425 (diff) | |
download | ports-b04d63dab58464398ab3bdbe383409a308103120.tar.gz ports-b04d63dab58464398ab3bdbe383409a308103120.zip |
Notes
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} |