diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-02 08:10:06 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-04-02 08:10:06 +0000 |
commit | 9a72385946d252be6d169ce152c73bc459596b1e (patch) | |
tree | 9a8620ed24d7fe9b12cea69c081bd6deccce8045 /mail/libetpan | |
parent | e86e362708c56e2b3de9ba9ed7686edc0a5a84da (diff) |
Notes
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 6296463fc843..31647201ec94 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,7 +8,7 @@ PORTNAME= libetpan PORTVERSION= 0.44 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,6 +39,9 @@ LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --without-sasl .endif +post-patch: + @${REINPLACE_CMD} -e 's:libetpan-config.h:libetpan/libetpan-config.h:' ${WRKSRC}/src/data-types/mailstream_types.h + post-install: @${FIND} ${PREFIX}/include/libetpan* ! -type d | ${SED} \ 's,^${PREFIX}/,,' >> ${TMPPLIST} |