summaryrefslogtreecommitdiff
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
parentjzIntv is an emulator for the Mattel Intellivision(TM) (diff)
- IGNORE > 8.X, garbage output
PR: ports/122475 (inspired) Submitted by: Guy Brand <gb isis.u-strasbg.fr>
Notes
Notes: svn path=/head/; revision=210661
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>