diff options
author | kim <kim@pkgsrc.org> | 1999-03-07 00:41:51 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-03-07 00:41:51 +0000 |
commit | 440e18b0d8ca22bab0aa9ce55930bdc29c2243a4 (patch) | |
tree | fad774d24ec0d10bbf5736296b464343832e696d /mail | |
parent | 95cfb68ad0b537c47d8fc4ee39e789ca1ce99f64 (diff) | |
download | pkgsrc-440e18b0d8ca22bab0aa9ce55930bdc29c2243a4.tar.gz |
This should work.
Diffstat (limited to 'mail')
-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 |