diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-05-15 23:11:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-05-15 23:11:21 +0800 |
commit | 88bae7c795f5924af7114d61483ea6d7c7ae3b17 (patch) | |
tree | f33f4de38ea54cd32eeefc32f1093ccccbd453d7 /x11-fonts | |
parent | 519ee0ca3dc0de6e76b6612cfebd080ec42a7d16 (diff) | |
parent | 150442483c1d729fda377d1bb651c8490f8b7f01 (diff) | |
download | freebsd-ports-gnome-88bae7c795f5924af7114d61483ea6d7c7ae3b17.tar.gz freebsd-ports-gnome-88bae7c795f5924af7114d61483ea6d7c7ae3b17.tar.zst freebsd-ports-gnome-88bae7c795f5924af7114d61483ea6d7c7ae3b17.zip |
Merge branch 'master' into gnome-3.26
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fantasque-sans-mono/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-fonts/fantasque-sans-mono/Makefile b/x11-fonts/fantasque-sans-mono/Makefile index 3b631dbdad59..361d35c0a017 100644 --- a/x11-fonts/fantasque-sans-mono/Makefile +++ b/x11-fonts/fantasque-sans-mono/Makefile @@ -5,10 +5,6 @@ PORTVERSION= 1.7.2 PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTFILES= FantasqueSansMono-Normal.tar.gz \ - FantasqueSansMono-NoLoopK.tar.gz \ - FantasqueSansMono-LargeLineHeight.tar.gz \ - FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -22,6 +18,9 @@ USES= fonts OPTIONS_DEFINE= DOCS +# For `make makesum' to include all distfiles, it should be run with +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". + OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -32,10 +31,10 @@ LLINENOLOOPK_DESC= Large line spacing with Nondescript K OPTIONS_DEFAULT= NORMAL -NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz -NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz -LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz -LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +NORMAL_DISTFILES= FantasqueSansMono-Normal.tar.gz +NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.gz +LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} |