1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Per bento logs, mark broken on recent versions of 5.x due to install

problems.  Notified maintainer.
This commit is contained in:
Mark Linimon 2003-12-23 09:13:04 +00:00
parent d33c1885cc
commit 7c2f584f6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96478

View File

@ -37,6 +37,10 @@ NO_LATEST_LINK= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
post-extract:
@${MV} ${WRKDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${DISTNAME}
@ -52,7 +56,7 @@ pre-install:
cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install
post-install:
.if ${PORTOBJFORMAT} == "aout"
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libtcl76jp.so.1.0 ${PREFIX}/lib/libtcl76jp.so
.endif
.if exists(${PKGINSTALL})