diff options
author | njoly <njoly@pkgsrc.org> | 2007-03-02 09:15:24 +0000 |
---|---|---|
committer | njoly <njoly@pkgsrc.org> | 2007-03-02 09:15:24 +0000 |
commit | 3bd2df35bc8d3bd160b3455dd53de77a08df0f53 (patch) | |
tree | 026c70ae948cd1ae84c66e25c5762751b622bc6a /security | |
parent | 5dce6c7d9d7da673f8a6e7edb6658efe77c38d83 (diff) | |
download | pkgsrc-3bd2df35bc8d3bd160b3455dd53de77a08df0f53.tar.gz |
Download URLs have moved, update MASTER_SITES. Fixes PR/35710.
Diffstat (limited to 'security')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 5154c3af329..7424c714201 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/01/07 09:14:09 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2007/03/02 09:15:24 njoly Exp $ DISTNAME= #defined PKGNAME= fprot-workstation-bin-${FPVER} @@ -38,17 +38,17 @@ REQD_DIRS+= ${FPDIR} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ +MASTER_SITES= http://files.f-prot.com/files/bsd-x86/ DISTNAME= fp-netbsd-ws-${FPVER} .endif .if ${OPSYS} == "Linux" -MASTER_SITES= ftp://ftp.f-prot.com/pub/linux/ +MASTER_SITES= http://files.f-prot.com/files/linux-x86/ DISTNAME= fp-linux-ws-${FPVER} .endif .if ${OPSYS} == "SunOS" -MASTER_SITES= ftp://ftp.f-prot.com/pub/solaris/ +MASTER_SITES= http://files.f-prot.com/files/solaris-sparc/ DISTNAME= fp-solaris-sparc-ws-${FPVER} .endif |