1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix BROKEN message.

Pointy hat to: lioux
PR:		ports/39453
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Doug Barton 2002-06-18 06:27:52 +00:00
parent cbe827fe7c
commit 925eeb1b88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61478
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000
BROKEN= only available for 4.X-STABLE (post 4.6 Release)
BROKEN= "only available for 4.X-STABLE (post 4.6 Release)"
.endif
.include <bsd.port.post.mk>

View File

@ -57,7 +57,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000
BROKEN= only available for 4.X-STABLE (post 4.6 Release)
BROKEN= "only available for 4.X-STABLE (post 4.6 Release)"
.endif
.include <bsd.port.post.mk>