diff options
Diffstat (limited to 'security/pam_fprint/Makefile')
-rw-r--r-- | security/pam_fprint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index d9fa2a3b1635..404382127e1e 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -9,8 +9,7 @@ PORTNAME= pam_fprint PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fprint +MASTER_SITES= SF/fprint/${PORTNAME}/v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PAM module offering finger print authentication using libfprint |