[81156] trunk/dports/net/libtorrent-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 22:56:33 PDT 2011


Revision: 81156
          http://trac.macports.org/changeset/81156
Author:   ryandesign at macports.org
Date:     2011-07-25 22:56:32 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
libtorrent-devel: use an unversioned docdir

Modified Paths:
--------------
    trunk/dports/net/libtorrent-devel/Portfile

Modified: trunk/dports/net/libtorrent-devel/Portfile
===================================================================
--- trunk/dports/net/libtorrent-devel/Portfile	2011-07-26 05:46:30 UTC (rev 81155)
+++ trunk/dports/net/libtorrent-devel/Portfile	2011-07-26 05:56:32 UTC (rev 81156)
@@ -7,6 +7,7 @@
 conflicts           libtorrent
 set real_name       libtorrent
 version             0.12.9
+revision            1
 categories          net
 platforms           darwin
 maintainers         gmail.com:gardnermj
@@ -38,7 +39,7 @@
                     --with-kqueue
 
 post-destroot {
-    set docdir ${prefix}/share/doc/${real_name}-${version}
+    set docdir ${prefix}/share/doc/${real_name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
         ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/6408aeef/attachment-0001.html>


More information about the macports-changes mailing list