diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-09 22:17:35 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-09 22:17:35 +0000 |
commit | b1c83b029ff8f4ad099f101a6e842907654bc55b (patch) | |
tree | a8d0ce70d98ff1eae6015d74c28cb7c696375f83 | |
parent | 139caf83d20c9d9f03afb14443f9ae72ffd074d0 (diff) | |
download | ports-b1c83b029ff8f4ad099f101a6e842907654bc55b.tar.gz ports-b1c83b029ff8f4ad099f101a6e842907654bc55b.zip |
Notes
-rw-r--r-- | devel/clint/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 0474533d9716..713deeeb76c3 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: clint -# Date created: May 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= clint PORTVERSION= 0.1.2 @@ -12,8 +7,8 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org -COMMENT= A static source code checker for C++ +MAINTAINER= eadler@FreeBSD.org +COMMENT= Static source code checker for C++ USE_AUTOTOOLS= libtool USE_PYTHON= yes |