diff options
-rw-r--r-- | mail/cyrus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 658ced56e18..110cbf1ad4b 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 1999/03/07 00:31:44 kim Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/07 00:41:51 kim Exp $ DISTNAME= cyrus-imapd-v1.5.14 -PKGNAME!= ${ECHO} "${DISTNAME}" | ${SED} -e 's/-imapd-v/-/' CATEGORIES= mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -24,6 +23,8 @@ CONFIGURE_ARGS+= --with-tcl=/usr/local/tcl .include "../../mk/bsd.pkg.mk" +PKGNAME!= ${ECHO} "${DISTNAME}" | ${SED} -e 's/-imapd-v/-/' + .if exists(/usr/lib/libkrb.a) && \ (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS+= --with-login=krb |