[66250] trunk/dports/net/jlj/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 19:41:07 PDT 2010


Revision: 66250
          http://trac.macports.org/changeset/66250
Author:   ryandesign at macports.org
Date:     2010-04-07 19:41:06 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
jlj: remove slash before ${prefix}

Modified Paths:
--------------
    trunk/dports/net/jlj/Portfile

Modified: trunk/dports/net/jlj/Portfile
===================================================================
--- trunk/dports/net/jlj/Portfile	2010-04-08 02:40:32 UTC (rev 66249)
+++ trunk/dports/net/jlj/Portfile	2010-04-08 02:41:06 UTC (rev 66250)
@@ -29,7 +29,7 @@
 	xinstall ${worksrcpath}/jlj.pl ${destroot}${prefix}/bin/jlj
 	xinstall -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 0644 ${worksrcpath}/README.JLJ ${destroot}${prefix}/share/doc/${name}
-	xinstall -d ${destroot}/${prefix}/share/examples/${name}
+	xinstall -d ${destroot}${prefix}/share/examples/${name}
 	xinstall -m 0644 ${worksrcpath}/.livejournal.rc ${destroot}${prefix}/share/examples/${name}/livejournal.rc
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/6853e649/attachment.html>


More information about the macports-changes mailing list