BROKEN on 5.x: Broken by make(1) changes

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-19 01:34:35 +00:00
parent 5c6f51f8b9
commit ba14a61348
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118279

View file

@ -22,9 +22,15 @@ PLIST_FILES= bin/nttcp
USE_GMAKE= yes
MAKE_ENV+= OPT="${CFLAGS}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
.include <bsd.port.post.mk>