>Description:
* Remove extra dependency
* Add post-patch:: to make default paths correct in config file
>How-To-Repeat:
N/A
>Fix:
diff -ruN icqmail/Makefile icqmail.new/Makefile
--- icqmail/Makefile Sat Jan 6 06:18:14 2001
+++ icqmail.new/Makefile Thu Feb 7 21:47:01 2002
@@ -15,8 +15,7 @@
MAINTAINER= ne...@nevermind.kiev.ua
LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \
- guile.9:${PORTSDIR}/lang/guile \
- mimelib.3:${PORTSDIR}/converters/kdesupport2
+ guile.9:${PORTSDIR}/lang/guile
USE_NEWGCC= yes
USE_AUTOCONF= yes
@@ -25,5 +24,9 @@
LIBS="-L${LOCALBASE}/lib -lguile -lqthreads"
MAN1= icqmail.1
+
+post-patch::
+ @${PERL} -pi.fbsd -e 's,Template ,Template ${PREFIX}/share/icqmail/,g' \
+ ${WRKSRC}/sample.cfg
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message