Ticket #13338: cd-patch

File cd-patch, 475 bytes (added by sbranzo@…, 16 years ago)

Trivial patch

Line 
1--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/abook/Portfile        2007-03-20 17:21:42.000000000 +0100
2+++ abook.portfile      2007-11-18 23:19:46.000000000 +0100
3@@ -23,5 +23,5 @@
4                --with-curses=${prefix} \
5                --with-readline=${prefix} \
6                --mandir=${prefix}/share/man
7-post-configure  {      cd ${worksrcpath}
8-                       reinplace "s|DESTDIR =|#DESTDIR =|g" Makefile }
9+post-configure  { reinplace "s|DESTDIR =|#DESTDIR =|g" ${worksrcpath}/Makefile }