diff options
author | jmmv <jmmv> | 2005-05-08 15:14:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-05-08 15:14:28 +0000 |
commit | 49acd6bf6224860af12ab29c8d8223dd842da1c3 (patch) | |
tree | fad08b137680b66277030a3c4ef9c360b8192f9c /multimedia | |
parent | 647e97b885f7935c961402b0cf3f1c9b9188a4e0 (diff) | |
download | pkgsrc-49acd6bf6224860af12ab29c8d8223dd842da1c3.tar.gz |
Use MASTER_SITE_GNOME. Fixes PR pkg/30150 by Zafer Aydogan.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 2b474460bda..fbd38802e83 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2005/05/02 16:21:21 drochner Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/05/08 15:14:28 jmmv Exp $ # DISTNAME= totem-1.0.2 CATEGORIES= multimedia gnome -MASTER_SITES= http://www.hadess.net/files/software/totem/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/1.0/} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.hadess.net/totem.php3 |