mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
This commit is contained in:
parent
e633638521
commit
5d39d5ac03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118415
@ -31,6 +31,12 @@ MAN1= pmake.1
|
||||
#
|
||||
#WANT_CUSTOMS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
do-install::
|
||||
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} install)
|
||||
|
||||
@ -51,4 +57,4 @@ do-install::
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/pmake.1 ${PREFIX}/man/man1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user