diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-27 17:10:06 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-27 17:10:06 +0000 |
commit | 156fb2acb6ffd66455089a9b75661e0587985791 (patch) | |
tree | 9ec48e15d872f578126d1c6feb899e7883a78f4e /security/lsh | |
parent | 489362f9da86bbde2ee423423b74884d63145f41 (diff) | |
download | FreeBSD-ports-156fb2acb6ffd66455089a9b75661e0587985791.zip FreeBSD-ports-156fb2acb6ffd66455089a9b75661e0587985791.tar.gz |
- add MASTER_SITE_GNUPG
Suggested by: arved
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index b24df03..d2549bb 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -7,7 +7,8 @@ PORTNAME= lsh PORTVERSION= 1.5 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_GNUPG} \ + ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION} |