- IGNORE > 8.X, garbage output

PR:		ports/122475 (inspired)
Submitted by:	Guy Brand <gb isis.u-strasbg.fr>
This commit is contained in:
Thomas Abthorpe 2008-04-06 15:43:39 +00:00
parent 2f05872e03
commit 87880a5128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210661

View file

@ -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>