[137520] trunk/dports/devel/libsigsegv/Portfile

larryv at macports.org larryv at macports.org
Sat Jun 13 08:39:00 PDT 2015


Revision: 137520
          https://trac.macports.org/changeset/137520
Author:   larryv at macports.org
Date:     2015-06-13 08:39:00 -0700 (Sat, 13 Jun 2015)
Log Message:
-----------
libsigsegv: Don't repeat ourselves in post-destroot

Modified Paths:
--------------
    trunk/dports/devel/libsigsegv/Portfile

Modified: trunk/dports/devel/libsigsegv/Portfile
===================================================================
--- trunk/dports/devel/libsigsegv/Portfile	2015-06-13 15:38:58 UTC (rev 137519)
+++ trunk/dports/devel/libsigsegv/Portfile	2015-06-13 15:39:00 UTC (rev 137520)
@@ -33,8 +33,9 @@
 test.target         check
 
 post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}$docdir
     xinstall -m 644 -W ${worksrcpath} \
             AUTHORS COPYING ChangeLog NEWS PORTING README README.woe32 \
-            ${destroot}${prefix}/share/doc/${name}
+            ${destroot}$docdir
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150613/1974def8/attachment.html>


More information about the macports-changes mailing list