diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-23 00:40:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-23 00:40:23 +0800 |
commit | 2f66c3dd08821fa527a46bc7c8c079a43fe937f0 (patch) | |
tree | 78f12aa18361ca02284d087d573fcb6b0befcae5 /x11-fonts | |
parent | 72674380754a8a53df0b702b211c161cda3ff712 (diff) | |
download | freebsd-ports-gnome-2f66c3dd08821fa527a46bc7c8c079a43fe937f0.tar.gz freebsd-ports-gnome-2f66c3dd08821fa527a46bc7c8c079a43fe937f0.tar.zst freebsd-ports-gnome-2f66c3dd08821fa527a46bc7c8c079a43fe937f0.zip |
Use PKGNAMESUFFIX
- Move USE_GITHUB section downward
- Take maintainership
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sourcesanspro-ttf/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile index 724c20ae9c81..5c74e128fc32 100644 --- a/x11-fonts/sourcesanspro-ttf/Makefile +++ b/x11-fonts/sourcesanspro-ttf/Makefile @@ -1,21 +1,18 @@ # Created by: Pedro Giffuni # $FreeBSD$ -PORTNAME= sourcesanspro-ttf +PORTNAME= sourcesanspro PORTVERSION= 2.020 DISTVERSIONSUFFIX= R-ro/1.075R-it CATEGORIES= x11-fonts +PKGNAMESUFFIX= -ttf -MAINTAINER= office@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for user interfaces LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= adobe-fonts -GH_PROJECT= source-sans-pro - NO_ARCH= yes NO_BUILD= yes USES= fonts @@ -23,6 +20,10 @@ USES= fonts FONTNAME= SourceSansPro SUB_FILES= pkg-message +USE_GITHUB= yes +GH_ACCOUNT= adobe-fonts +GH_PROJECT= source-sans-pro + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR} |