BROKEN on 5.x: Broken pkg-plist

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 07:51:03 +00:00
parent 13e49e647b
commit 7058a6ab2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118222

View file

@ -27,6 +27,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-po
${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
lisp:${PORTSDIR}/lang/cmucl
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken pkg-plist"
.endif
do-build:
WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
lisp -nositeinit -noinit \
@ -38,4 +44,4 @@ do-install:
${MKDIR} ${PREFIX}/lib/common-lisp/port/cmuclfasl
${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/port/cmuclfasl/
.include <bsd.port.mk>
.include <bsd.port.post.mk>