[23833] trunk/dports/devel/ice-python/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 13:48:00 PDT 2007


Revision: 23833
          http://trac.macosforge.org/projects/macports/changeset/23833
Author:   blair at macports.org
Date:     2007-04-10 13:48:00 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Use ${name} instead of the port's name.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2007-04-10 20:46:54 UTC (rev 23832)
+++ trunk/dports/devel/ice-python/Portfile	2007-04-10 20:48:00 UTC (rev 23833)
@@ -63,9 +63,9 @@
 post-destroot {
 	cd ${destroot}${prefix}
 
-	xinstall -m 755 -d share/doc/ice-python
-	file rename ICE_LICENSE share/doc/ice-python/
-	file rename LICENSE share/doc/ice-python/
+	xinstall -m 755 -d share/doc/${name}
+	file rename ICE_LICENSE share/doc/${name}/
+	file rename LICENSE share/doc/${name}/
 
 	file mkdir lib/python2.4/site-packages
 	cd ${destroot}${prefix}/python
@@ -80,7 +80,7 @@
 		${prefix}/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/compileall.py \
 		${destroot}${prefix}/lib/python2.4/site-packages"
 
-	cd ${destroot}${prefix}/share/doc/ice-python
+	cd ${destroot}${prefix}/share/doc/${name}
 	foreach f {CHANGES INSTALL README} {
 		file copy ${worksrcpath}/${f} .
 	}

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


More information about the macports-changes mailing list