mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
BROKEN on 6.x: Does not compile
This commit is contained in:
parent
9a8f155fc1
commit
0062dbba2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158665
1 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ MAN1= heyu.1 heyuhelper.1
|
|||
MAN5= x10config.5 \
|
||||
x10sched.5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600105
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
|
||||
s,(CC|CFLAGS) =,\1 ?=,g' \
|
||||
|
@ -40,4 +46,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue