[101552] trunk/dports/python/py-plistservices/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 13 14:22:36 PST 2013


Revision: 101552
          https://trac.macports.org/changeset/101552
Author:   jmr at macports.org
Date:     2013-01-13 14:22:36 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
py-plistservices: use unifed portgroup, license, noarch

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

Modified: trunk/dports/python/py-plistservices/Portfile
===================================================================
--- trunk/dports/python/py-plistservices/Portfile	2013-01-13 22:17:21 UTC (rev 101551)
+++ trunk/dports/python/py-plistservices/Portfile	2013-01-13 22:22:36 UTC (rev 101552)
@@ -1,13 +1,15 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-plistservices
 version			2
 revision		1
 categories		python textproc
+license			BSD
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		reads and writes CoreFoundation XML Property List
 long_description	Reads and writes CoreFoundation XML Property List \
@@ -23,7 +25,11 @@
 use_bzip2		yes
 checksums		md5 1fc22b2bfe6b4c7bd631c743105ce1f0
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} License.text README Readme.html \
-		basic.css ${destroot}${prefix}/share/doc/${name}
+python.versions	24
+
+if {$subport != $name} {
+    post-destroot	{
+        xinstall -m 644 -W ${worksrcpath} License.text README Readme.html \
+            basic.css ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/972ea9b0/attachment-0001.html>


More information about the macports-changes mailing list