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 | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (patch) | |
tree | b1a47c4b85dd86a32cbeaa571b472bab98424692 /x11/xvidtune | |
parent | d590887fa36cf92b7e2167e239aa0e604f3e5146 (diff) | |
download | pkgsrc-793236d9b1c719a192d6f9e2daf8cd70891954e6.tar.gz |
Various MASTER_SITES-related fixes.
Diffstat (limited to 'x11/xvidtune')
-rw-r--r-- | x11/xvidtune/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |