summaryrefslogtreecommitdiff
path: root/lang/harbour
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-08 19:19:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-08 19:19:39 +0000
commitb8a2300736862a54a71825f44ed59aad5595c50a (patch)
tree4e91da2a949a9d8e8d60c5f3765cf8dcdcb68a36 /lang/harbour
parent- Update to 20b0 (diff)
- Unbreak
PR: ports/79625 Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes: svn path=/head/; revision=132781
Diffstat (limited to 'lang/harbour')
-rw-r--r--lang/harbour/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile
index 98f6b397e53a..b236124c2c67 100644
--- a/lang/harbour/Makefile
+++ b/lang/harbour/Makefile
@@ -22,15 +22,10 @@ USE_BISON= yes
USE_FLEX= yes
USE_GMAKE= yes
NO_INSTALL_MANPAGES=yes
+NOPRECIOUSMAKEVARS=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
@@ -68,4 +63,4 @@ post-install:
-@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@${ECHO}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>