mail/mailsync: Undo r554904.

Undo workaround since the change in r554949 is more generic.
This commit is contained in:
Fernando Apesteguía 2020-11-12 11:20:04 +00:00
parent 74e6c1b88b
commit 70977d8bb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554950

View File

@ -24,16 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
# This is a nasty hack due to the weird things that mail/cclient
# do redefining C++ keywords. For some reason GCC seems to build
# this, but we should expect it to break at some point.
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740
# for reference.
.if ${OPSYS} == FreeBSD && (${OSREL} == 12.2 || ${OSREL} == 11.4)
USE_GCC= yes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${STAGEDIR}${MANPREFIX}/man/man1
@ -51,4 +41,4 @@ do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>