[31238] trunk/dports/mail/abook/Portfile
ram at macports.org
ram at macports.org
Sun Nov 18 14:42:34 PST 2007
Revision: 31238
http://trac.macosforge.org/projects/macports/changeset/31238
Author: ram at macports.org
Date: 2007-11-18 14:42:33 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
apply patch from maintainer to remove cd command, closes #13338
fix warnings from "port lint"
Modified Paths:
--------------
trunk/dports/mail/abook/Portfile
Modified: trunk/dports/mail/abook/Portfile
===================================================================
--- trunk/dports/mail/abook/Portfile 2007-11-18 21:27:54 UTC (rev 31237)
+++ trunk/dports/mail/abook/Portfile 2007-11-18 22:42:33 UTC (rev 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 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/fa423787/attachment.html
More information about the macports-changes
mailing list