diff options
author | salo <salo@pkgsrc.org> | 2007-03-02 20:29:35 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2007-03-02 20:29:35 +0000 |
commit | e011e292b70992481fb22861be636a8a53963de8 (patch) | |
tree | a647d0a3c47b24fa810c32c16611bfd218564674 | |
parent | 31c001c84c0c4cda48f05c0d0365307f68e293b4 (diff) | |
download | pkgsrc-e011e292b70992481fb22861be636a8a53963de8.tar.gz |
Pullup ticket 2037 - requested by njoly
MASTER_SITES update for fprot-workstation-bin
Revisions pulled up:
- pkgsrc/security/fprot-workstation-bin/Makefile 1.37
Module Name: pkgsrc
Committed By: njoly
Date: Fri Mar 2 09:15:24 UTC 2007
Modified Files:
pkgsrc/security/fprot-workstation-bin: Makefile
Log Message:
Download URLs have moved, update MASTER_SITES. Fixes PR/35710.
-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 a9df72d56f6..2fd4e78b26a 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/12/07 05:40:07 taca Exp $ +# $NetBSD: Makefile,v 1.35.2.1 2007/03/02 20:29:35 salo 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 |