From 63f77f3ea03cf523e6b523937436700a171566d0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 17:42:51 +0000 Subject: [PATCH] BROKEN on 5.x: Broken by changes to make(1) Approved by: portmgr (self) --- lang/harbour/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + +.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 +.include