pkgsrc-WIP-changes archive

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

opencascade: Hack to fix perms



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jul 5 05:17:35 2016 +0200
Changeset:	f7a2d6648a38358b408d01d49dc6dd20c17ca944

Modified Files:
	opencascade/Makefile

Log Message:
opencascade: Hack to fix perms

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

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

diffstat:
 opencascade/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/opencascade/Makefile b/opencascade/Makefile
index ba7fd66..a39dab7 100644
--- a/opencascade/Makefile
+++ b/opencascade/Makefile
@@ -24,6 +24,10 @@ REPLACE_BASH+=	*
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
 BUILDLINK_TRANSFORM+=		opt:-std=c++0x:-std=gnu++11
 
+# HACK
+post-install:
+	${RUN} chmod go-w ${DESTDIR}${PREFIX}/bin/*
+
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index