diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 11:41:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 11:41:34 +0000 |
commit | e885feab8c8107a782aa8e97994b5ae568a25a2e (patch) | |
tree | 57d8613638a226dad2e557a4dbcf4d76a1837136 | |
parent | 9e7fa8d0b2f36a5830d28dd3fcebd1587e6e6ff9 (diff) | |
download | ports-e885feab8c8107a782aa8e97994b5ae568a25a2e.tar.gz ports-e885feab8c8107a782aa8e97994b5ae568a25a2e.zip |
Notes
-rw-r--r-- | mail/up-imapproxy/Makefile | 4 |
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/=/%%!/} \ |