diff options
author | arved <arved@FreeBSD.org> | 2003-02-15 11:04:40 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-15 11:04:40 +0000 |
commit | 0478191df5b07b420d31b013fe1e2e3003e46f16 (patch) | |
tree | 7622966f307220d45fb858b24f8ed6f443e39762 /security | |
parent | 1c23b09dc9950902d4e65a9f2195ec2b3755e89e (diff) | |
download | FreeBSD-ports-0478191df5b07b420d31b013fe1e2e3003e46f16.zip FreeBSD-ports-0478191df5b07b420d31b013fe1e2e3003e46f16.tar.gz |
Fix fetch after MASTER_SITE_GNUPG introduction.
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index d2549bb..d1526fb 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -8,8 +8,8 @@ PORTNAME= lsh PORTVERSION= 1.5 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ - ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old + ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ +MASTER_SITE_SUBDIR= lsh lsh/old DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |