summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-20 20:05:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-20 20:05:57 +0000
commit0a2536d0116c3d57d6a9da138e2df6cf8c71ffea (patch)
tree051bd3a5bee4ac2f0bf9c84894e622b6e71c74d5
parentPer maintainer, this is a 4.x-only driver. Also, unquote the existing (diff)
BROKEN on 6.x: Does not build (doesn't understand version)
-rw-r--r--sysutils/task/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/task/Makefile b/sysutils/task/Makefile
index b833c5dfcccd..8a84d22a9749 100644
--- a/sysutils/task/Makefile
+++ b/sysutils/task/Makefile
@@ -22,6 +22,12 @@ MAN1= blockcalc.1 dcalc.1 dcat.1 dls.1 dstat.1 ffind.1 \
find_file.1 find_inode.1 fls.1 fsstat.1 icat.1 ifind.1 \
ils.1 istat.1 mactime.1 unrm.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not build on FreeBSD 6.x"
+.endif
+
do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -32,4 +38,4 @@ do-install:
icat fls fsstat icat ifind ils istat ${PREFIX}/bin
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>