[96751] trunk/dports/python/py27-svn/Portfile

blair at macports.org blair at macports.org
Fri Aug 17 20:48:59 PDT 2012


Revision: 96751
          https://trac.macports.org/changeset/96751
Author:   blair at macports.org
Date:     2012-08-17 20:48:59 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py27-svn: put examples in ${prefix}/share/doc/${name}/examples.

Nobody thinks to look in ${prefix}/share/examples.  Also, it's not on
my Ubuntu 12.04 system, so I wouldn't to think to look there ;)

Modified Paths:
--------------
    trunk/dports/python/py27-svn/Portfile

Modified: trunk/dports/python/py27-svn/Portfile
===================================================================
--- trunk/dports/python/py27-svn/Portfile	2012-08-18 03:37:08 UTC (rev 96750)
+++ trunk/dports/python/py27-svn/Portfile	2012-08-18 03:48:59 UTC (rev 96751)
@@ -5,6 +5,7 @@
                 
 name            py27-svn
 version         1.7.6
+revision        1
 categories      python devel
 maintainers     blair gmail.com:yunzheng.hu openmaintainer
 platforms       darwin
@@ -53,9 +54,8 @@
     file mkdir ${destroot}${python.pkgd}
     file copy ${worksrcpath}/pysvn ${destroot}${python.pkgd}
 
-    file mkdir ${destroot}${prefix}/share/examples/${name}
     eval file copy [glob ${worksrcpath}/../Examples/*] \
-        ${destroot}${prefix}/share/examples/${name}
+        ${destroot}${prefix}/share/doc/${name}/examples
     eval file copy [glob ${worksrcpath}/../Docs/*] \
         ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/afcd942b/attachment.html>


More information about the macports-changes mailing list