diff options
author | grant <grant@pkgsrc.org> | 2004-05-09 13:24:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-09 13:24:02 +0000 |
commit | 37fc694e9ee0e35e73c6177429cef62c072fc160 (patch) | |
tree | d609cfe3393afdf9d86efdd571c6e0d261163971 /x11/xcursor | |
parent | fde1bf0c1357a73554d57d948cfec72acc6f919e (diff) | |
download | pkgsrc-37fc694e9ee0e35e73c6177429cef62c072fc160.tar.gz |
fix path in MASTER_SITES.
Diffstat (limited to 'x11/xcursor')
-rw-r--r-- | x11/xcursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcursor/Makefile b/x11/xcursor/Makefile index 556f72e918e..4b6ae74fec6 100644 --- a/x11/xcursor/Makefile +++ b/x11/xcursor/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2004/05/07 01:14:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/09 13:24:02 grant Exp $ # DISTNAME= libXcursor-1.1.1 PKGNAME= ${DISTNAME:S/libX/x/} PKGREVISION= 1 CATEGORIES= x11 devel -MASTER_SITES= http://freedesktop.org/~xlibs/dist/ +MASTER_SITES= http://freedesktop.org/~xlibs/release/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |