aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lookat
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-19 18:44:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-19 18:44:29 +0000
commita1e71167947f03c722e8b1883fda7c3a2b14f565 (patch)
tree159761b72f4e5fc130bd0c85325bfe43930f24b0 /sysutils/lookat
parent20c278d630bd2231adc7875ce391f34f68f4ff56 (diff)
downloadports-a1e71167947f03c722e8b1883fda7c3a2b14f565.tar.gz
ports-a1e71167947f03c722e8b1883fda7c3a2b14f565.zip
- Mark BROKEN on -CURRENT - getdelim()
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=230427
Diffstat (limited to 'sysutils/lookat')
-rw-r--r--sysutils/lookat/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile
index 52af7093a34c..e9a713c81d72 100644
--- a/sysutils/lookat/Makefile
+++ b/sysutils/lookat/Makefile
@@ -19,6 +19,12 @@ USE_GMAKE= yes
MAN1= lookat.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800067
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|/etc/lookat.conf|${PREFIX}/etc/lookat.conf|g' ${WRKSRC}/${PORTNAME}.1
@@ -30,10 +36,10 @@ do-install:
@${ECHO} "------------------------------------------------------------"
@${ECHO} "Sample of configuration file placed at"
@${ECHO} "${PREFIX}/etc/lookat.conf.default"
- @${ECHO} "------------------------------------------------------------
+ @${ECHO} "------------------------------------------------------------"
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>