[136533] trunk/dports/lang

larryv at macports.org larryv at macports.org
Wed May 20 19:19:11 PDT 2015


Revision: 136533
          https://trac.macports.org/changeset/136533
Author:   larryv at macports.org
Date:     2015-05-20 19:19:11 -0700 (Wed, 20 May 2015)
Log Message:
-----------
swi-prolog{,-devel}: Fix post-build (#47784, #47785)

Modified Paths:
--------------
    trunk/dports/lang/swi-prolog/Portfile
    trunk/dports/lang/swi-prolog-devel/Portfile

Modified: trunk/dports/lang/swi-prolog/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog/Portfile	2015-05-20 22:10:00 UTC (rev 136532)
+++ trunk/dports/lang/swi-prolog/Portfile	2015-05-21 02:19:11 UTC (rev 136533)
@@ -80,9 +80,9 @@
 
 post-build {
 	file mkdir ${workpath}/macosx
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${workpath}/macosx/
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${workpath}/macosx/
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/License.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/macosx.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
 }
 
 post-pkg {

Modified: trunk/dports/lang/swi-prolog-devel/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog-devel/Portfile	2015-05-20 22:10:00 UTC (rev 136532)
+++ trunk/dports/lang/swi-prolog-devel/Portfile	2015-05-21 02:19:11 UTC (rev 136533)
@@ -80,9 +80,9 @@
 
 post-build {
 	file mkdir ${workpath}/macosx
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${workpath}/macosx/
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${workpath}/macosx/
-	file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/License.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/macosx.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/swipl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
 }
 
 post-pkg {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150520/10dd52f4/attachment.html>


More information about the macports-changes mailing list