aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-21 04:05:57 +0800
committerkris <kris@FreeBSD.org>2004-08-21 04:05:57 +0800
commitcee8163c90364340aa1208807c410f3e2844660f (patch)
treeaff6d05a2a30dcd9e83877d5b60dae5a8c8bb53b /sysutils
parent2295b97bded5a6d6126fbdeea8cc3886af8a7e0a (diff)
downloadfreebsd-ports-gnome-cee8163c90364340aa1208807c410f3e2844660f.tar.gz
freebsd-ports-gnome-cee8163c90364340aa1208807c410f3e2844660f.tar.zst
freebsd-ports-gnome-cee8163c90364340aa1208807c410f3e2844660f.zip
BROKEN on 6.x: Does not build (doesn't understand version)
Diffstat (limited to 'sysutils')
-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>