pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fam use MASTER_SITE_GENTOO properly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55ebe7eee092
branches:  trunk
changeset: 396183:55ebe7eee092
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jul 19 18:18:09 2009 +0000

description:
use MASTER_SITE_GENTOO properly

diffstat:

 sysutils/fam/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2247cdb9e1ac -r 55ebe7eee092 sysutils/fam/Makefile
--- a/sysutils/fam/Makefile     Sun Jul 19 18:14:59 2009 +0000
+++ b/sysutils/fam/Makefile     Sun Jul 19 18:18:09 2009 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.36 2008/01/09 21:17:32 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2009/07/19 18:18:09 tnn Exp $
 #
 
 DISTNAME=              fam-2.7.0
 PKGREVISION=           9
 CATEGORIES=            sysutils devel
 MASTER_SITES=          ftp://oss.sgi.com/projects/fam/download/stable/ \
-                       ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \
-                       http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/
+                       ${MASTER_SITE_GENTOO:=distfiles/}
 
 CONFLICTS+=            gamin-[0-9]*
 



Home | Main Index | Thread Index | Old Index