diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:50:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:50:58 +0000 |
commit | 280429d181491317da8b57b85284ade2a1e3f73e (patch) | |
tree | 7b088654f5fae5c70f430ac2ae65fe412a744919 /x11 | |
parent | 3f478b8ec0dd2244822cedf9469a53bae4d61b33 (diff) | |
download | pkgsrc-280429d181491317da8b57b85284ade2a1e3f73e.tar.gz |
Using MASTER_SITE_XCONTRIB instead of hard-coded URLs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xphoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index 8b4411d9b28..f103d517d36 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/10/12 07:10:57 seb Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/03 13:50:58 rillig Exp $ # DISTNAME= xphoon.tar @@ -6,7 +6,7 @@ PKGNAME= xphoon-19910918 PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ + ${MASTER_SITE_XCONTRIB} \ ftp://ftp.sunet.se/pub/X11/ EXTRACT_SUFX= .Z |