diff options
author | krion <krion@FreeBSD.org> | 2005-03-10 19:41:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-10 19:41:34 +0800 |
commit | 0a6bebc98349995aaafbeb2e2dbc9327c1f55715 (patch) | |
tree | bd94262aecaaf6927ee5f6593c8249bb45206419 /mail/up-imapproxy | |
parent | 1bc51c891b503b76baa2d2bc16986e2c7254bb5b (diff) | |
download | freebsd-ports-gnome-0a6bebc98349995aaafbeb2e2dbc9327c1f55715.tar.gz freebsd-ports-gnome-0a6bebc98349995aaafbeb2e2dbc9327c1f55715.tar.zst freebsd-ports-gnome-0a6bebc98349995aaafbeb2e2dbc9327c1f55715.zip |
Fix build on amd64.
Diffstat (limited to 'mail/up-imapproxy')
-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/=/%%!/} \ |