[89165] trunk/dports/python/py-pastescript/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 19 20:35:46 PST 2012


Revision: 89165
          http://trac.macports.org/changeset/89165
Author:   ryandesign at macports.org
Date:     2012-01-19 20:35:45 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
py-pastescript: append to, don't overwrite, portgroup dependencies; don't try to install doc files in stub port

Modified Paths:
--------------
    trunk/dports/python/py-pastescript/Portfile

Modified: trunk/dports/python/py-pastescript/Portfile
===================================================================
--- trunk/dports/python/py-pastescript/Portfile	2012-01-20 04:33:46 UTC (rev 89164)
+++ trunk/dports/python/py-pastescript/Portfile	2012-01-20 04:35:45 UTC (rev 89165)
@@ -21,12 +21,14 @@
                     sha256  2b685be69d6ac8bc0fe6f558f119660259db26a15e16a4943c515fbee8093539
 
 if {$name != $subport} {
-    depends_lib		port:py${python.version}-paste \
+    depends_lib-append \
+                    port:py${python.version}-paste \
                     port:py${python.version}-pastedeploy
-}
 
 post-destroot {
 	foreach f [glob -directory ${worksrcpath}/docs *] {
 		copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
 	}
 }
+
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/d3328f13/attachment.html>


More information about the macports-changes mailing list