diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-04-07 23:55:54 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-04-07 23:55:54 +0800 |
commit | aa43ff23a5b66a22c572a581226493ab8fdc4d2e (patch) | |
tree | b548fafa9b59b429d2f52536c07e2eed857d89c0 /devel | |
parent | 7e8f4d4c72f0a15cd43582a982fe7aa1ef78111b (diff) | |
download | freebsd-ports-gnome-aa43ff23a5b66a22c572a581226493ab8fdc4d2e.tar.gz freebsd-ports-gnome-aa43ff23a5b66a22c572a581226493ab8fdc4d2e.tar.zst freebsd-ports-gnome-aa43ff23a5b66a22c572a581226493ab8fdc4d2e.zip |
- Fix PLIST.
- portlint(1).
PR: ports/95396
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: mnag (mentor)
Diffstat (limited to 'devel')
-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 |