diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2005-06-10 14:25:13 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2005-06-10 14:25:13 +0000 |
commit | 2a4992fb9f0033ccf366524ff0bf81c44df2986b (patch) | |
tree | e15d1a721d72d6579ca070294ea2313855ef447a /security/calife/Makefile | |
parent | 25fdebe6a279146f07735c56ffd63decc68a25eb (diff) |
Notes
Diffstat (limited to 'security/calife/Makefile')
-rw-r--r-- | security/calife/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/calife/Makefile b/security/calife/Makefile index 74705e4433af..b9020829b82f 100644 --- a/security/calife/Makefile +++ b/security/calife/Makefile @@ -6,13 +6,17 @@ # PORTNAME= calife -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.6.3 CATEGORIES= security -MASTER_SITES= ftp://postfix.eu.org/pub/calife/ +MASTER_SITES= ftp://postfix.eu.org/pub/calife/ \ + ftp://frmug.org/pub/calife/ +DISTNAME= calife-2.8.6-p3 MAINTAINER= thomas@FreeBSD.org COMMENT= A lightweight alternative to sudo +USE_BZIP2= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc" |