mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
BROKEN on 5.x: Install fails
Approved by: portmgr (self)
This commit is contained in:
parent
4b48adab5f
commit
2c1beca78f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118510
1 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,12 @@ PATCH_STRIP= -p1
|
|||
MAN1= ztelnet.1
|
||||
PLIST_FILES= bin/ztelnet
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Install fails on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# we can ignore warnings
|
||||
@( cd ${WRKSRC}/ztelnet && \
|
||||
|
@ -49,4 +55,4 @@ do-install:
|
|||
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
|
||||
${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue