Ticket #14464: sqlalchemy.2.diff
File sqlalchemy.2.diff, 1.9 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-sqlalchemy/Portfile
16 16 homepage http://www.sqlalchemy.org 17 17 master_sites sourceforge:sqlalchemy 18 18 distname SQLAlchemy-${version} 19 checksums sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \ 19 checksums md5 f0a1401ab11246d59a535206e5043c65 \ 20 sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \ 20 21 rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d 21 22 depends_lib port:py-setuptools 23 24 post-destroot { 25 # Install example files not installed by the Makefile 26 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 27 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples 28 eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name} 29 eval copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/doc/${name}/examples 30 } 31 -
py25-sqlalchemy/Portfile
16 16 homepage http://www.sqlalchemy.org 17 17 master_sites sourceforge:sqlalchemy 18 18 distname SQLAlchemy-${version} 19 checksums sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \ 19 checksums md5 f0a1401ab11246d59a535206e5043c65 \ 20 sha1 7b07feecb76d0954dfd974fa768026db1b32e4fe \ 20 21 rmd160 66d6eb2badf28068c7e50bcce2ac7a525dcf552d 21 22 22 depends_lib port:py25-setuptools 23 23 24 post-destroot { 25 # Install example files not installed by the Makefile 26 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 27 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples 28 eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name} 29 eval copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/doc/${name}/examples 30 } 31