summaryrefslogtreecommitdiffstats
path: root/devel/tcl-neo
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 01:55:41 +0000
committerkris <kris@FreeBSD.org>2004-02-09 01:55:41 +0000
commit9c385e1eb05c618f4819bcca6626ab4f747cf7b6 (patch)
tree700fe5bfd61a90714afd51f98a5fdf6d4e00a725 /devel/tcl-neo
parentd73ecb4f49aac4a0990bcb41390c7e4f27ab51ca (diff)
downloadFreeBSD-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/Makefile8
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>
OpenPOWER on IntegriCloud