diff options
author | nectar <nectar@FreeBSD.org> | 1999-05-29 00:38:38 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-05-29 00:38:38 +0800 |
commit | 13900a61df66fc86991bfd184349aed925fc71d2 (patch) | |
tree | a7cef16ea1c7eb43186a902ee33a309153b3e11c /mail/cyrus-imapd22 | |
parent | 0084c28df618376b9288a24ecffd282aebe6b0a8 (diff) | |
download | freebsd-ports-gnome-13900a61df66fc86991bfd184349aed925fc71d2.tar.gz freebsd-ports-gnome-13900a61df66fc86991bfd184349aed925fc71d2.tar.zst freebsd-ports-gnome-13900a61df66fc86991bfd184349aed925fc71d2.zip |
s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 4fbbeab2580e..ee9349ef0af1 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.17 1999/04/21 00:29:36 stb Exp $ +# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $ # DISTNAME= cyrus-imapd-v1.5.19 @@ -20,7 +20,7 @@ Y2K= http://andrew2.andrew.cmu.edu/cyrus/imapd/y2k.html LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ --with-login=unix_pwcheck \ |