From 324e2f4b12badbe2a55cd78562170c90bb2f795e Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 10 Oct 2009 09:07:51 +0000 Subject: [PATCH] Change MASTER_SITES order. --- sysutils/fam/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index e8117f3756b..295add81221 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2009/09/10 22:12:55 jasper Exp $ +# $OpenBSD: Makefile,v 1.16 2009/10/10 09:07:51 ajacoutot Exp $ COMMENT= File Alteration Monitor @@ -19,8 +19,8 @@ PERMIT_DISTFILES_CDROM= Yes WANTLIB= c m rpcsvc stdc++ -MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \ - http://www.phil.uu.nl/~lievisse/distfiles/ +MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/ \ + ftp://oss.sgi.com/projects/fam/download/stable/ USE_LIBTOOL= Yes