diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-07 04:40:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-07 04:40:31 +0800 |
commit | 4e59b634c0186abcec5d23fb4c22e2e2253974fb (patch) | |
tree | 496c073bb4e6beb33446ffc42a1cdec70811fdce /x11-fonts | |
parent | www/libnghttp3: Revert e670e294551e70e244f06997d37957680e955fb5 (diff) |
x11-fonts/cascadia-code: Revert 9a22dceae54e0236da83ce52cfee4af1af99d0aa
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/cascadia-code/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-fonts/cascadia-code/Makefile b/x11-fonts/cascadia-code/Makefile index 4ec3b4c65df2..c1a08d8a52a0 100644 --- a/x11-fonts/cascadia-code/Makefile +++ b/x11-fonts/cascadia-code/Makefile @@ -3,7 +3,6 @@ PORTVERSION= 2404.23 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/microsoft/cascadia-code/releases/download/v${PORTVERSION}/ DISTNAME= CascadiaCode-${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= sunpoet@FreeBSD.org COMMENT= Monospaced font with programming ligatures @@ -11,15 +10,12 @@ WWW= https://github.com/microsoft/cascadia-code LICENSE= OFL11 -USES= fonts +USES= fonts zip NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -EXTRACT_AFTER_ARGS= --include ttf/static \ - --no-same-owner --no-same-permissions - do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/ttf/static/*.ttf ${STAGEDIR}${FONTSDIR} |