diff options
-rw-r--r-- | security/lsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 5903554a8e3..4fe272e658d 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -7,13 +7,12 @@ PORTNAME= lsh PORTVERSION= 1.0 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= eric@cybernut.com -BROKEN= "Does not fetch" - RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= yes INSTALL_TARGET= install |