aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tree
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-04-06 15:43:39 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-04-06 15:43:39 +0000
commit87880a51284a5e9a1772bc349771e17c541b7ed8 (patch)
tree3a8a1c84c7defdfff48984cbe4c4a01fb679f774 /sysutils/tree
parent2f05872e0334a21964ad34442ca5c0f7ac000310 (diff)
downloadports-87880a51284a5e9a1772bc349771e17c541b7ed8.tar.gz
ports-87880a51284a5e9a1772bc349771e17c541b7ed8.zip
Notes
Diffstat (limited to 'sysutils/tree')
-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>