summaryrefslogtreecommitdiff
path: root/x11-fonts/comic-neue/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-01-19 08:25:27 +0100
committerDaniel Engberg <diizzy@FreeBSD.org>2022-01-19 08:52:05 +0100
commitccfcf19db869925b0eb7841ded214ca16c89b275 (patch)
tree7d475b09a98f704fd68f489990b43c28c309f972 /x11-fonts/comic-neue/Makefile
parentwww/onlyoffice-documentserver: fix patches (diff)
x11-fonts/comic-neue: Use upstream release archive
Use upstream release archive instead of USE_GITHUB as recommended by Porters Handbook PR: 261222 Reviewed by: 0mp@ (maintainer)
Diffstat (limited to 'x11-fonts/comic-neue/Makefile')
-rw-r--r--x11-fonts/comic-neue/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-fonts/comic-neue/Makefile b/x11-fonts/comic-neue/Makefile
index 4ca11633a3ae..aec22d10a685 100644
--- a/x11-fonts/comic-neue/Makefile
+++ b/x11-fonts/comic-neue/Makefile
@@ -1,6 +1,7 @@
PORTNAME= comic-neue
DISTVERSION= 2.51
CATEGORIES= x11-fonts
+MASTER_SITES= http://comicneue.com/
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Free Comic Sans alternative
@@ -8,17 +9,13 @@ COMMENT= Free Comic Sans alternative
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/OFL.txt
-USES= fonts
-
-USE_GITHUB= yes
-GH_ACCOUNT= crozynski
-GH_PROJECT= comicneue
+USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
- cd ${WRKSRC}/Fonts/OTF && ${INSTALL_DATA} ComicNeue-Angular/*.otf ComicNeue/*.otf ${STAGEDIR}${FONTSDIR}
+ cd ${WRKSRC}/OTF && ${INSTALL_DATA} ComicNeue-Angular/*.otf ComicNeue/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>