Revision
98303
Author
hum@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

Diff

Modified: trunk/dports/textproc/juman6/Portfile (98302 => 98303)


--- 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