summaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 06:06:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 06:06:18 +0000
commit730be95bef0ac9dddcd01b274e45a7d78b9c86a9 (patch)
tree34e2e0004bde1ce785cf71b044c99f8937375bd0 /misc/colortail
parentBROKEN: Does not compile on 5.x (diff)
BROKEN: Does not compile
Notes
Notes: svn path=/head/; revision=100027
Diffstat (limited to 'misc/colortail')
-rw-r--r--misc/colortail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index e236392a219b..5c6827f45caa 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -17,10 +17,16 @@ COMMENT= A colour-able replacement for tail(1)
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>