aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-04-06 23:43:39 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-04-06 23:43:39 +0800
commit4a42b2ae622ad6ec3a9e216fe1b30f680dd0e7c5 (patch)
treeda19b63676dcd6125ae7d3c9c6d516fe6596f277 /sysutils
parent7da57059b0e12826a887b6bb577d5e2d8f94d370 (diff)
downloadfreebsd-ports-gnome-4a42b2ae622ad6ec3a9e216fe1b30f680dd0e7c5.tar.gz
freebsd-ports-gnome-4a42b2ae622ad6ec3a9e216fe1b30f680dd0e7c5.tar.zst
freebsd-ports-gnome-4a42b2ae622ad6ec3a9e216fe1b30f680dd0e7c5.zip
- IGNORE > 8.X, garbage output
PR: ports/122475 (inspired) Submitted by: Guy Brand <gb isis.u-strasbg.fr>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tree/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile
index 45ae14f7a3af..2bb0a3710ed4 100644
--- a/sysutils/tree/Makefile
+++ b/sysutils/tree/Makefile
@@ -19,4 +19,10 @@ MAKE_ENV+= MKDIR="${MKDIR}"
MAN1= tree.1
PLIST_FILES= bin/tree
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 800000
+IGNORE= garbage output under 8.X
+.endif
+
+.include <bsd.port.post.mk>