- add NOPRECIOUSMAKEVARS=yes and unbreak this port on 5.x

PR:		71473
Submitted by:	leeym
Approved by:	portmgr (marcus)
This commit is contained in:
Yen-Ming Lee 2004-09-21 18:04:58 +00:00
parent 1eaf710213
commit 8fd3172b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118319

View file

@ -21,16 +21,10 @@ MAN1= nttcp.1
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
NOPRECIOUSMAKEVARS=yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
.include <bsd.port.post.mk>
.include <bsd.port.mk>