svn commit: r462971 - head/cad/opencascade
Thierry Thomas
thierry at FreeBSD.org
Sun Feb 25 17:46:02 UTC 2018
Author: thierry
Date: Sun Feb 25 17:46:01 2018
New Revision: 462971
URL: https://svnweb.freebsd.org/changeset/ports/462971
Log:
Fix plist on 32 bits archs.
Modified:
head/cad/opencascade/pkg-plist
Modified: head/cad/opencascade/pkg-plist
==============================================================================
--- head/cad/opencascade/pkg-plist Sun Feb 25 17:44:18 2018 (r462970)
+++ head/cad/opencascade/pkg-plist Sun Feb 25 17:46:01 2018 (r462971)
@@ -1,6 +1,6 @@
%%OCCROOT%%/bin/DRAWEXE
%%OCCROOT%%/bin/custom.sh
-%%OCCROOT%%/bin/custom_%%CC%%_64.sh
+%%OCCROOT%%/bin/custom_%%CC%%_%%BITS%%.sh
%%OCCROOT%%/bin/draw.sh
%%OCCROOT%%/bin/env.sh
%%OCCROOT%%/data/iges/bearing.iges
More information about the svn-ports-all
mailing list