[98304] trunk/dports/textproc/knp3/Portfile

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


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

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

Modified: trunk/dports/textproc/knp3/Portfile
===================================================================
--- trunk/dports/textproc/knp3/Portfile	2012-10-02 16:05:20 UTC (rev 98303)
+++ trunk/dports/textproc/knp3/Portfile	2012-10-02 16:05:41 UTC (rev 98304)
@@ -5,6 +5,7 @@
 
 name                knp3
 version             3.01
+revision            1
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -52,7 +53,7 @@
 
 # install knp3 as an executable.
 post-destroot {
-    ln -s ${destroot}${prefix_knp3}/bin/knp ${destroot}${prefix}/bin/knp3
+    ln -s ${prefix_knp3}/bin/knp ${destroot}${prefix}/bin/knp3
 }
 
 set bgh_file        /tmp/bunruidb.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121002/690782cf/attachment.html>


More information about the macports-changes mailing list