summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/up-imapproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile
index 04fa5f4c4063..d9583873b92e 100644
--- a/mail/up-imapproxy/Makefile
+++ b/mail/up-imapproxy/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= mbr@FreeBSD.org
COMMENT= A caching IMAP proxy server
USE_REINPLACE= YES
-HAS_CONFIGURE= YES
+GNU_CONFIGURE= YES
USE_RC_SUBR= YES
SAMPLE_EXT= sample
@@ -26,7 +26,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \
RC_SUBR=${RC_SUBR}
post-patch:
- ${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
post-install:
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \