diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 06:06:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 06:06:18 +0000 |
commit | 730be95bef0ac9dddcd01b274e45a7d78b9c86a9 (patch) | |
tree | 34e2e0004bde1ce785cf71b044c99f8937375bd0 /misc | |
parent | f88ab0825767fd072cfced282445b15231d46e89 (diff) | |
download | ports-730be95bef0ac9dddcd01b274e45a7d78b9c86a9.tar.gz ports-730be95bef0ac9dddcd01b274e45a7d78b9c86a9.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 8 |
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> |