1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-18 12:20:43 +00:00
parent 9bda8c3027
commit 7653d27b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104440

View File

@ -56,10 +56,16 @@ ALL_TARGET= -C ftp-proxy
MAN8= ftp-proxy.8
MAN5= ftp-proxy.conf.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502105
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-install:
@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
post-install:
@${SED} 's|PREFIX|${PREFIX}|' ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>