diff options
Diffstat (limited to 'security/calife-devel/Makefile')
-rw-r--r-- | security/calife-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile index 10f75082802d..66f989a07993 100644 --- a/security/calife-devel/Makefile +++ b/security/calife-devel/Makefile @@ -8,8 +8,9 @@ PORTNAME= calife PORTVERSION= 3.0 CATEGORIES= security -MASTER_SITES= http://www.keltia.net/download/ -DISTNAME= calife-3.0pre5 +MASTER_SITES= ftp://frmug.org/pub/calife/ \ + http://www.keltia.net/download/ +DISTNAME= calife-3.0pre6 MAINTAINER= thomas@FreeBSD.org COMMENT= A lightweight alternative to sudo @@ -37,7 +38,7 @@ MAN5= calife.auth.5 post-install: .if ${OSVERSION} >= 500000 - @${INSTALL_DATA} ${WRKSRC}/calife.pam ${PREFIX}/etc/pam.d/calife.sample + @${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${PREFIX}/etc/pam.d/calife.sample @${CAT} ${PKGMESSAGE} .endif |