diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-07 15:55:54 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-04-07 15:55:54 +0000 |
commit | 939c33b9b3e0c768b98e7341930b93de100184a5 (patch) | |
tree | e89b7291d448a37637c5a6a4d77691da888306e2 | |
parent | 9a01f015bba9579b1996bb2e47929e03e8f7320c (diff) | |
download | freebsd-ports-939c33b9b3e0c768b98e7341930b93de100184a5.zip |
- Fix PLIST.
- portlint(1).
PR: ports/95396
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: mnag (mentor)
-rw-r--r-- | devel/clint/Makefile | 3 | ||||
-rw-r--r-- | devel/clint/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index bcc4aeae520e..6b8cb1bd46e7 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A static source code checker for C++ USE_PYTHON= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -28,7 +27,7 @@ INFO= clint .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +BROKEN= Does not compile on FreeBSD >= 5.x USE_GCC= 3.3 .endif diff --git a/devel/clint/pkg-plist b/devel/clint/pkg-plist index f1cecf27df67..81410e76cfc3 100644 --- a/devel/clint/pkg-plist +++ b/devel/clint/pkg-plist @@ -2,9 +2,11 @@ bin/clint include/clint/exceptions.h include/clint/python.h lib/clint/python.a +lib/clint/python.la lib/clint/python.so lib/clint/python.so.0 lib/libpython++.a +lib/libpython++.la lib/libpython++.so lib/libpython++.so.0 %%DATADIR%%/clint.py |