diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 01:55:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 01:55:41 +0000 |
commit | 9c385e1eb05c618f4819bcca6626ab4f747cf7b6 (patch) | |
tree | 700fe5bfd61a90714afd51f98a5fdf6d4e00a725 /devel/tcl-neo | |
parent | d73ecb4f49aac4a0990bcb41390c7e4f27ab51ca (diff) | |
download | FreeBSD-ports-9c385e1eb05c618f4819bcca6626ab4f747cf7b6.zip FreeBSD-ports-9c385e1eb05c618f4819bcca6626ab4f747cf7b6.tar.gz |
BROKEN on 5.x: broken pkg-plist
Diffstat (limited to 'devel/tcl-neo')
-rw-r--r-- | devel/tcl-neo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index 4b4ca83..4e5b78a 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -37,6 +37,12 @@ post-build: NEO_LIBRARY= ${PREFIX}/lib/neo8.2 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + post-install: ${MKDIR} ${NEO_LIBRARY} ${CP} -Rp ${WRKSRC}/../neolibs/[a-z]* ${NEO_LIBRARY} @@ -44,4 +50,4 @@ post-install: -e 's,@NEO_VERSION@,8.2,' < ${WRKSRC}/pkgIndex.tcl.in > \ ${NEO_LIBRARY}/pkgIndex.tcl -.include <bsd.port.mk> +.include <bsd.port.post.mk> |