diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 09:12:06 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 09:12:06 +0800 |
commit | 3a6ea17e46c564f8ab9e6cc1998228bcc45c9095 (patch) | |
tree | ac7e1c8d6ac67eb52d57e1e66f3f5e80a69b62f1 | |
parent | 24d0b7696828fca9ee37e4b5a337ad666c3ff1b7 (diff) | |
download | freebsd-ports-graphics-3a6ea17e46c564f8ab9e6cc1998228bcc45c9095.tar.gz freebsd-ports-graphics-3a6ea17e46c564f8ab9e6cc1998228bcc45c9095.tar.zst freebsd-ports-graphics-3a6ea17e46c564f8ab9e6cc1998228bcc45c9095.zip |
Unbreak: look in the current + the "old" subdirectories on the master site
(currently the distfile is in the "old" subdir)
-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 |