most recent changes, diff for abook

Index: mail/abook/Portfile
--- mail/abook/Portfile (revision 31237)
+++ mail/abook/Portfile (revision 31238)
@@ -1,10 +1,11 @@
# $Id$

PortSystem 1.0
-name abook
+
+name abook
version 0.5.6
categories mail
-description Address book with mutt support
+description Address book with mutt support
long_description abook uses curses libs and is able to import \
addressbooks from pine and netscape (ldif). \
Exports to mutt alias, html, pine, gcrd (GnomeCard), \
@@ -17,11 +18,10 @@
depends_lib port:gettext \
port:libiconv \
port:ncurses \
- port:readline
+ port:readline
configure.args --with-libintl-prefix=${prefix} \
--with-libiconv-prefix=${prefix} \
--with-curses=${prefix} \
--with-readline=${prefix} \
--mandir=${prefix}/share/man
-post-configure { cd ${worksrcpath}
- reinplace "s|DESTDIR =|#DESTDIR =|g" Makefile }
+post-configure { reinplace "s|DESTDIR =|#DESTDIR =|g" ${worksrcpath}/Makefile }