- Mark BROKEN on -CURRENT - getdelim()
Reported by: pointyhat
This commit is contained in:
parent
20c278d630
commit
a1e7116794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230427
1 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,12 @@ USE_GMAKE= yes
|
||||||
|
|
||||||
MAN1= lookat.1
|
MAN1= lookat.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800067
|
||||||
|
BROKEN= does not compile
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|/etc/lookat.conf|${PREFIX}/etc/lookat.conf|g' ${WRKSRC}/${PORTNAME}.1
|
's|/etc/lookat.conf|${PREFIX}/etc/lookat.conf|g' ${WRKSRC}/${PORTNAME}.1
|
||||||
|
@ -30,10 +36,10 @@ do-install:
|
||||||
@${ECHO} "------------------------------------------------------------"
|
@${ECHO} "------------------------------------------------------------"
|
||||||
@${ECHO} "Sample of configuration file placed at"
|
@${ECHO} "Sample of configuration file placed at"
|
||||||
@${ECHO} "${PREFIX}/etc/lookat.conf.default"
|
@${ECHO} "${PREFIX}/etc/lookat.conf.default"
|
||||||
@${ECHO} "------------------------------------------------------------
|
@${ECHO} "------------------------------------------------------------"
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue