mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
This commit is contained in:
parent
527f7993e7
commit
8bb453f921
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118256
@ -29,6 +29,12 @@ USE_REINPLACE= yes
|
||||
|
||||
MAKE_ENV+= CXX=${CXX}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@unzip -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces
|
||||
|
||||
@ -44,4 +50,4 @@ do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -22,7 +22,13 @@ CONFIGURE_ARGS= --arch arch/x86-freebsd
|
||||
|
||||
MAN2= coro.2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${CP} -r ${WRKSRC}/arch/x86-linux ${WRKSRC}/arch/x86-freebsd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user