diff options
Diffstat (limited to 'security/openssh-askpass/Makefile')
-rw-r--r-- | security/openssh-askpass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index e21755defa3e..5e8f14c4c756 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -9,7 +9,8 @@ PORTNAME= OpenSSH-askpass PORTVERSION= 1.2.2 CATEGORIES= security # ${MASTER_SITES} is only for if CVS won't work, period. -MASTER_SITES= http://people.FreeBSD.org/~kris/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kris DISTNAME= X11/xc/programs/ssh-askpass MAINTAINER= kris@FreeBSD.org |