diff options
Diffstat (limited to 'security/calife-devel/Makefile')
-rw-r--r-- | security/calife-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile index 1952a7ab72e4..74705e4433af 100644 --- a/security/calife-devel/Makefile +++ b/security/calife-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= calife -PORTVERSION= 2.8.5 +PORTVERSION= 2.8.6 CATEGORIES= security MASTER_SITES= ftp://postfix.eu.org/pub/calife/ @@ -14,7 +14,7 @@ MAINTAINER= thomas@FreeBSD.org COMMENT= A lightweight alternative to sudo GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc" +CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc" MAN1= calife.1 MAN5= calife.auth.5 |