Ticket #4507: patch-Portfile

File patch-Portfile, 570 bytes (added by yuhei@…, 19 years ago)

Patch: Portfile

Line 
1--- Portfile.old        2005-08-18 23:56:10.000000000 +0900
2+++ Portfile    2005-08-18 23:51:01.000000000 +0900
3@@ -5,7 +5,7 @@
4 
5 name                   py-checker
6 version                        0.8.14
7-revision               1
8+revision               2
9 categories             python
10 maintainers            mww@opendarwin.org
11 platforms              darwin freebsd
12@@ -22,8 +22,10 @@
13 distname               pychecker-${version}
14 checksums              md5 531214b2c922462eb57dde5d37f004ac
15 
16+patchfiles      patch-setup.py.diff
17+
18 post-patch     {
19-       reinplace "s|DESTROOT|${destroot}|g" ${worksrcpath}/setup.py
20+       reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
21 }
22 
23 post-destroot  {