diff options
author | jlam <jlam@pkgsrc.org> | 2000-03-10 23:47:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-03-10 23:47:33 +0000 |
commit | da0433f3fd38f1485a89f58a2af0a75c63c60aee (patch) | |
tree | 817f989b6351479f745e2ac9a4eb4d22c34fa318 | |
parent | 50a6c82373536de1e90809ea5db9026b54e9990f (diff) | |
download | pkgsrc-da0433f3fd38f1485a89f58a2af0a75c63c60aee.tar.gz |
Add HOMEPAGE and change ${LOCALBASE}/cyrus to ${PREFIX}/cyrus.
-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 762349779f5..a168a6d9567 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/03/05 07:51:09 kim Exp $ +# $NetBSD: Makefile,v 1.10 2000/03/10 23:47:33 jlam Exp $ DISTNAME= cyrus-imapd-v1.5.14 PKGNAME= cyrus-1.5.14 @@ -6,6 +6,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://asg.web.cmu.edu/cyrus/imapd/ DEPENDS+= tcl-8.0.5:../../lang/tcl80 @@ -20,7 +21,7 @@ GNU_CONFIGURE= yes # XXX # XXX + Kim -CONFIGURE_ARGS+= --with-cyrus-prefix=${LOCALBASE}/cyrus +CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus CONFIGURE_ARGS+= --with-statedir=/var/run CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include/tcl8.0 CONFIGURE_ARGS+= --enable-netscapehack |