- IGNORE > 8.X, garbage output
PR: ports/122475 (inspired) Submitted by: Guy Brand <gb isis.u-strasbg.fr>
This commit is contained in:
parent
2f05872e03
commit
87880a5128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210661
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue