From 78e10aa2baa4860b802012bd75681c6350eefdd3 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 24 Mar 2006 01:29:22 +0000 Subject: upgrade to 0.44 --- mail/libetpan/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'mail/libetpan/Makefile') diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index e6cccbcba037..6296463fc843 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -7,8 +7,8 @@ # PORTNAME= libetpan -PORTVERSION= 0.42 -PORTREVISION= 1 +PORTVERSION= 0.44 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,4 +39,10 @@ LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --without-sasl .endif +post-install: + @${FIND} ${PREFIX}/include/libetpan* ! -type d | ${SED} \ + 's,^${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${PREFIX}/include/libetpan -type d | ${SORT} | ${SED} \ + 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + .include -- cgit