[98303] trunk/dports/textproc/juman6/Portfile

hum at macports.org hum at macports.org
Tue Oct 2 09:05:20 PDT 2012


Revision: 98303
          http://trac.macports.org//changeset/98303
Author:   hum at macports.org
Date:     2012-10-02 09:05:20 -0700 (Tue, 02 Oct 2012)
Log Message:
-----------
juman6: fix to specify the source target for ln -s.

Modified Paths:
--------------
    trunk/dports/textproc/juman6/Portfile

Modified: trunk/dports/textproc/juman6/Portfile
===================================================================
--- trunk/dports/textproc/juman6/Portfile	2012-10-02 15:33:35 UTC (rev 98302)
+++ trunk/dports/textproc/juman6/Portfile	2012-10-02 16:05:20 UTC (rev 98303)
@@ -5,6 +5,7 @@
 
 name                juman6
 version             6.01
+revision            1
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -35,7 +36,7 @@
 
 # install juman6 as an executable.
 post-destroot {
-    ln -s ${destroot}${prefix_juman6}/bin/juman ${destroot}${prefix}/bin/juman6
+    ln -s ${prefix_juman6}/bin/juman ${destroot}${prefix}/bin/juman6
 }
 
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121002/f30f4ed6/attachment.html>


More information about the macports-changes mailing list