[61835] trunk/dports/python/py26-libdnet/Portfile

ecronin at macports.org ecronin at macports.org
Mon Dec 21 13:51:38 PST 2009


Revision: 61835
          http://trac.macports.org/changeset/61835
Author:   ecronin at macports.org
Date:     2009-12-21 13:51:37 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
python/py26-libdnet: install in the proper location

Modified Paths:
--------------
    trunk/dports/python/py26-libdnet/Portfile

Modified: trunk/dports/python/py26-libdnet/Portfile
===================================================================
--- trunk/dports/python/py26-libdnet/Portfile	2009-12-21 21:31:55 UTC (rev 61834)
+++ trunk/dports/python/py26-libdnet/Portfile	2009-12-21 21:51:37 UTC (rev 61835)
@@ -4,9 +4,11 @@
 
 #PortGroup               python26 1.0
 set python.bin	${prefix}/bin/python2.6
+set python.prefix  ${frameworks_dir}/Python.framework/Versions/2.6
 
 name                    py26-libdnet
 version                 1.11
+revision                1
 categories              python net
 maintainers             nzbox.com:msavory
 platforms		darwin
@@ -34,4 +36,4 @@
 	worksrcdir	${worksrcdir}/python
 }
 destroot.cmd		${python.bin} ./setup.py install
-destroot.destdir	--prefix=${prefix} --root=${destroot}
+destroot.destdir	--prefix=${python.prefix} --root=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/f231f3fb/attachment.html>


More information about the macports-changes mailing list