pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opencascade: Fix bash shebangs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jul 5 04:40:39 2016 +0200
Changeset:	2b29928bae0344c74d6a8e0cb347c8856a3f6a48

Modified Files:
	opencascade/Makefile

Log Message:
opencascade: Fix bash shebangs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b29928bae0344c74d6a8e0cb347c8856a3f6a48

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opencascade/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/opencascade/Makefile b/opencascade/Makefile
index 4198c11..4f0ea96 100644
--- a/opencascade/Makefile
+++ b/opencascade/Makefile
@@ -14,9 +14,13 @@ COMMENT=	Software development platform for 3D CAD CAM CAE
 LICENSE=	gnu-lgpl-v2.1
 
 USE_CMAKE=		yes
-
+USE_TOOLS=	bash
 USE_LANGUAGES=	c c++
 
+REPLACE_BASH+=	adm/templates/*
+REPLACE_BASH+=	samples/qt/IESample/*
+REPLACE_BASH+=	*
+
 BUILDLINK_TRANSFORM.NetBSD+=   rm:-ldl
 
 .include "../../lang/tcl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index