diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:09:32 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:09:32 +0000 |
commit | 744d4cb634e9b60988949deadb6d80ef58d283a7 (patch) | |
tree | b1a47c4b85dd86a32cbeaa571b472bab98424692 /x11 | |
parent | b5bff0d5ec8da4dac1625d130c06668959148fc0 (diff) | |
download | pkgsrc-744d4cb634e9b60988949deadb6d80ef58d283a7.tar.gz |
Various MASTER_SITES-related fixes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xearth/Makefile | 7 | ||||
-rw-r--r-- | x11/xvidtune/Makefile | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11/xearth/Makefile b/x11/xearth/Makefile index db793d7d27d..1c7c61eee80 100644 --- a/x11/xearth/Makefile +++ b/x11/xearth/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2012/10/29 05:07:02 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 14:09:35 rodent Exp $ # DISTNAME= xearth-1.1 PKGREVISION= 3 CATEGORIES= x11 -MASTER_SITES= http://ftp.x.org/contrib/applications/ \ - ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/applications/ \ - ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/applications/ \ - ftp://ftp.gwdg.de/pub/x11/x.org/contrib/applications/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} MAINTAINER= agc@NetBSD.org HOMEPAGE= # AWOL diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile index 72e016448a0..112b07abb75 100644 --- a/x11/xvidtune/Makefile +++ b/x11/xvidtune/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2012/10/29 05:07:23 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 14:09:35 rodent Exp $ # DISTNAME= xvidtune-1.0.2 PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +HOMEPAGE= ${MASTER_SITE_XORG:=app/} COMMENT= Client interface to the X server video mode extension -LICENSE= mit +LICENSE= mit GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |