diff options
author | wiz <wiz> | 2016-06-27 15:41:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-27 15:41:29 +0000 |
commit | 7299778397acb4b83325951bbe719aacd0ab3241 (patch) | |
tree | 9c0d7adebb88b3f562e3b020f3e2b8b497938f5d | |
parent | fb52d3e5960a12d9a51f4c13d2082298d705858c (diff) | |
download | pkgsrc-7299778397acb4b83325951bbe719aacd0ab3241.tar.gz |
Fix HOMEPAGE.
-rw-r--r-- | fonts/sourcesans-fonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/sourcesans-fonts/Makefile b/fonts/sourcesans-fonts/Makefile index 6e8b4450d61..74469aefc1f 100644 --- a/fonts/sourcesans-fonts/Makefile +++ b/fonts/sourcesans-fonts/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/04/08 01:42:41 rodent Exp $ -# +# $NetBSD: Makefile,v 1.6 2016/06/27 15:41:29 wiz Exp $ DISTNAME= SourceSansPro_FontsOnly-1.038 PKGNAME= ${DISTNAME:S/SourceSansPro_FontsOnly/sourcesans-fonts/} @@ -8,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcesans.adobe/} EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/sourcesans.adobe/ +HOMEPAGE= https://adobe-fonts.github.io/source-sans-pro/ COMMENT= Set of OpenType fonts designed for user interfaces from Adobe LICENSE= ofl-v1.1 |