summaryrefslogtreecommitdiff
path: root/lang/harbour
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:42:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:42:51 +0000
commit63f77f3ea03cf523e6b523937436700a171566d0 (patch)
tree10a5eaf46b5916432ef8293753213f1b8e03e90a /lang/harbour
parentBROKEN: Does not compile (diff)
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118240
Diffstat (limited to 'lang/harbour')
-rw-r--r--lang/harbour/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile
index 49b9f1506769..98f6b397e53a 100644
--- a/lang/harbour/Makefile
+++ b/lang/harbour/Makefile
@@ -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>