mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix an include in an installed header. This fixes the configure step
of sylpheed-claws.
This commit is contained in:
parent
e86e362708
commit
9a72385946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158639
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user