diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-03-24 09:29:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-03-24 09:29:22 +0800 |
commit | 78e10aa2baa4860b802012bd75681c6350eefdd3 (patch) | |
tree | 6fdd404c742ff827dedaeb29bd35fbd17974ddc2 /mail/libetpan/Makefile | |
parent | a75e34bce5dcf805cab40ba6e73607e2c1666f9d (diff) | |
download | freebsd-ports-gnome-78e10aa2baa4860b802012bd75681c6350eefdd3.tar.gz freebsd-ports-gnome-78e10aa2baa4860b802012bd75681c6350eefdd3.tar.zst freebsd-ports-gnome-78e10aa2baa4860b802012bd75681c6350eefdd3.zip |
upgrade to 0.44
Diffstat (limited to 'mail/libetpan/Makefile')
-rw-r--r-- | mail/libetpan/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
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 <bsd.port.mk> |