[34752] trunk/dports/lang/python30-doc/Portfile

reiffert at macports.org reiffert at macports.org
Tue Mar 4 06:04:45 PST 2008


Revision: 34752
          http://trac.macosforge.org/projects/macports/changeset/34752
Author:   reiffert at macports.org
Date:     2008-03-04 06:04:44 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
lint happy

Modified Paths:
--------------
    trunk/dports/lang/python30-doc/Portfile

Modified: trunk/dports/lang/python30-doc/Portfile
===================================================================
--- trunk/dports/lang/python30-doc/Portfile	2008-03-04 14:01:52 UTC (rev 34751)
+++ trunk/dports/lang/python30-doc/Portfile	2008-03-04 14:04:44 UTC (rev 34752)
@@ -2,20 +2,15 @@
 
 PortSystem 1.0
 
-set python.bin  ${prefix}/bin/python3.0
-categories              python
+categories              lang
 depends_lib             port:py25-docutils port:python30
-use_configure   no
-destroot.cmd    ${python.bin} setup.py
-destroot.destdir        --prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0 --root=${destroot}
-# end group code
+use_configure   	no
 
 name			python30-doc
 version			3.0a3
-categories		python
 platforms		darwin
 maintainers		mww
-description		Python 3.0 Docs 
+description		Python 3.0 Docs
 long_description	${description}
 
 homepage		http://docs.python.org/
@@ -26,7 +21,7 @@
 extract.suffix		.tgz
 
 worksrcdir		${worksrcdir}/Doc
-build.target		html 
+build.target		html
 extract.post_args	"| tar -xf - ${distname}/Doc"
 
 set mydest /Library/Frameworks/Python.framework/Versions/3.0/Resources/English.lproj/Documentation
@@ -47,4 +42,3 @@
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/3.0/
 livecheck.regex	/3.0/Python-(\[0-9a-z.\]+)\\.tgz
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/ab31a136/attachment-0001.html 


More information about the macports-changes mailing list