1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

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

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 17:42:51 +00:00
parent 027293669e
commit 63f77f3ea0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118240

View File

@ -25,6 +25,12 @@ NO_INSTALL_MANPAGES=yes
HB_DIR= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken by make(1) changes on FreeBSD >= 5.x"
.endif
post-install:
${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
@ -62,4 +68,4 @@ post-install:
-@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@${ECHO}
.include <bsd.port.mk>
.include <bsd.port.post.mk>