aboutsummaryrefslogtreecommitdiffstats
path: root/lang/harbour
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-09 03:19:39 +0800
committerpav <pav@FreeBSD.org>2005-04-09 03:19:39 +0800
commit08336ffa707ac7ded7f506b2299b2d49337ee2c6 (patch)
treede7348fec6faaa0e9331bf79dc746ad2802b4a21 /lang/harbour
parent20f3d4bd69b892925f5cd87054ad891be11e002d (diff)
downloadfreebsd-ports-gnome-08336ffa707ac7ded7f506b2299b2d49337ee2c6.tar.gz
freebsd-ports-gnome-08336ffa707ac7ded7f506b2299b2d49337ee2c6.tar.zst
freebsd-ports-gnome-08336ffa707ac7ded7f506b2299b2d49337ee2c6.zip
- Unbreak
PR: ports/79625 Submitted by: Johan van Selst <johans@stack.nl>
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>