summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2007-03-02 20:29:35 +0000
committersalo <salo>2007-03-02 20:29:35 +0000
commit71e06feeaace6dbf6c7b5b9e08ca37074c0d7a34 (patch)
treea647d0a3c47b24fa810c32c16611bfd218564674
parent6efcaca83ee33bf52ab137a7957511af6a31e9b3 (diff)
downloadpkgsrc-71e06feeaace6dbf6c7b5b9e08ca37074c0d7a34.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/Makefile8
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