summaryrefslogtreecommitdiff
path: root/x11-fonts/crosextrafonts-caladea-ttf/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:33:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:33:22 +0000
commit02077e729db5a23e165a6b9046434ad3ef9d8334 (patch)
tree3b84d3d02f3a48d118a409812a6739787f5cd6fb /x11-fonts/crosextrafonts-caladea-ttf/Makefile
parentUpdate MASTER_SITES (diff)
Update MASTER_SITES
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=496751
Diffstat (limited to 'x11-fonts/crosextrafonts-caladea-ttf/Makefile')
-rw-r--r--x11-fonts/crosextrafonts-caladea-ttf/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-fonts/crosextrafonts-caladea-ttf/Makefile b/x11-fonts/crosextrafonts-caladea-ttf/Makefile
index b86aa3535259..79592c9e4345 100644
--- a/x11-fonts/crosextrafonts-caladea-ttf/Makefile
+++ b/x11-fonts/crosextrafonts-caladea-ttf/Makefile
@@ -4,7 +4,7 @@ PORTNAME= crosextrafonts
PORTVERSION= 20130214
PORTREVISION= 2
CATEGORIES= x11-fonts
-MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/
+MASTER_SITES= https://gsdview.appspot.com/chromeos-localmirror/distfiles/
PKGNAMESUFFIX= -caladea
MAINTAINER= office@FreeBSD.org
@@ -15,13 +15,15 @@ LICENSE= APACHE20
USES= fonts
USE_XORG= x11
-SUB_FILES= pkg-message
+NO_ARCH= yes
NO_BUILD= yes
+SUB_FILES= pkg-message
+
FONTNAME= Caladea
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>