diff options
author | tnn <tnn> | 2009-07-19 18:18:09 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-07-19 18:18:09 +0000 |
commit | 45a5c7214014718aacac5a4044e641e4348d5dea (patch) | |
tree | e7a68498130b1296b4e0ded79eb70ffa5b49df7e /sysutils | |
parent | dfaa1a32072dd86ec9d466c05564856e037f1da1 (diff) | |
download | pkgsrc-45a5c7214014718aacac5a4044e641e4348d5dea.tar.gz |
use MASTER_SITE_GENTOO properly
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index cb1d5b3242b..316d22bc7af 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -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]* |