[36742] trunk/dports/graphics/jasper/Portfile

gwright at macports.org gwright at macports.org
Tue May 13 14:25:19 PDT 2008


Revision: 36742
          http://trac.macosforge.org/projects/macports/changeset/36742
Author:   gwright at macports.org
Date:     2008-05-13 14:25:18 -0700 (Tue, 13 May 2008)

Log Message:
-----------
Inserted a missing "-${version}.

Modified Paths:
--------------
    trunk/dports/graphics/jasper/Portfile

Modified: trunk/dports/graphics/jasper/Portfile
===================================================================
--- trunk/dports/graphics/jasper/Portfile	2008-05-13 21:09:26 UTC (rev 36741)
+++ trunk/dports/graphics/jasper/Portfile	2008-05-13 21:25:18 UTC (rev 36742)
@@ -42,7 +42,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc
     copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}-${version}
-    file attributes ${destroot}${prefix}/share/doc/${name} -permissions go-w
+    file attributes ${destroot}${prefix}/share/doc/${name}-${version} -permissions go-w
 }
 
 variant jiv description {build a basic viewer as well} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080513/163c008d/attachment.html


More information about the macports-changes mailing list