1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Add missing manpages. Mark BROKEN on 5.x (uses deprecated chown

user.group syntax)
This commit is contained in:
Kris Kennaway 2004-04-13 11:36:32 +00:00
parent c4401fe510
commit 8d4cd529b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106897

View File

@ -15,6 +15,15 @@ COMMENT= A remote-boot solution for M$$ operating systems
NO_PACKAGE= "this port creates devices"
MAN7= rboot.7
MAN8= netboot.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502108
BROKEN= "Does not install on FreeBSD >= 5.x"
.endif
post-install:
@${ECHO} ""
@${ECHO} "======================================================="
@ -25,4 +34,4 @@ post-install:
@${ECHO} "======================================================="
@${ECHO} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>