diff options
author | tron <tron@pkgsrc.org> | 2013-06-05 08:23:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-05 08:23:27 +0000 |
commit | c6b668514b1976f1e4214e53142c24bc081430cc (patch) | |
tree | 966dbbea0b19d0a92baecfaad73f88f6ae911b7a | |
parent | 667047f823161553a9dbe3aabdd36d6598bbab71 (diff) | |
download | pkgsrc-c6b668514b1976f1e4214e53142c24bc081430cc.tar.gz |
Correct home page URL.
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | x11/libXft/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 6bd5efd6dd8..74b3ecd3c7a 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2013/06/04 22:16:02 tron Exp $ +# $NetBSD: Makefile,v 1.55 2013/06/05 08:23:27 tron Exp $ DISTNAME= libXft-2.1.7 PKGNAME= Xft2-2.1.7 @@ -8,7 +8,7 @@ MASTER_SITES= http://xlibs.freedesktop.org/release/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://fontconfig.org/ +HOMEPAGE= http://www.freedesktop.org/wiki/Software/Xft/ COMMENT= Library for configuring and customizing font access CONFLICTS+= libXft-[0-9]* diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile index a2bf257811a..c8a3316dbbe 100644 --- a/x11/libXft/Makefile +++ b/x11/libXft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/06/04 22:17:27 tron Exp $ +# $NetBSD: Makefile,v 1.14 2013/06/05 08:23:55 tron Exp $ DISTNAME= libXft-2.3.1 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://fontconfig.org/ +HOMEPAGE= http://www.freedesktop.org/wiki/Software/Xft/ COMMENT= Library for configuring and customizing font access CONFLICTS+= Xft2-[0-9]* |