diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-07 16:59:55 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-07 16:59:55 +0000 |
commit | a84f2673d6264ec493ce7b3bbf7dd2cf794d4a41 (patch) | |
tree | 1e555382aa242f24a34d5a9239296c99e8785b06 /mail/cyrus-imapd22 | |
parent | 12d533cc1c288c7715cca9037c3e976868019a5c (diff) | |
download | ports-a84f2673d6264ec493ce7b3bbf7dd2cf794d4a41.tar.gz ports-a84f2673d6264ec493ce7b3bbf7dd2cf794d4a41.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index feccc0d2180f..0bae283ca5db 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -88,7 +88,7 @@ CONFIGURE_ARGS+=--enable-netscapehack .if defined(WITH_DRAC) EXTRA_PATCHES+= ${FILESDIR}/drac_auth.patch \ ${FILESDIR}/extra-patch-acconfig.h ${FILESDIR}/extra-patch-aclocal.m4 -USE_AUTOCONF= YES +USE_AUTOHEADER= YES CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif @@ -171,11 +171,6 @@ post-patch: ${WRKSRC}/perl/sieve/scripts/sieveshell.pl .endif -.if defined(WITH_DRAC) -pre-configure: - cd ${WRKSRC} && ${AUTOHEADER} -.endif - post-install: @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota .if !defined(NOPORTDOCS) |