aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-cica
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 16:21:09 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 16:21:09 +0000
commitdb7032cc2da17246020d37276692c1f35eebfcb9 (patch)
treef8965af8de2cb06dc078f9e7f747c5de434d7e5d /japanese/font-cica
parentaee392c1ed3cf601f214eb1048594a938e5276df (diff)
downloadports-db7032cc2da17246020d37276692c1f35eebfcb9.tar.gz
ports-db7032cc2da17246020d37276692c1f35eebfcb9.zip
Simplify.
Notes
Notes: svn path=/head/; revision=464600
Diffstat (limited to 'japanese/font-cica')
-rw-r--r--japanese/font-cica/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/font-cica/Makefile b/japanese/font-cica/Makefile
index 9885be35a1f7..a53d57ceabe6 100644
--- a/japanese/font-cica/Makefile
+++ b/japanese/font-cica/Makefile
@@ -40,9 +40,6 @@ do-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
- "! ( -name Cica-Bold.ttf \
- -o -name Cica-BoldItalic.ttf \
- -o -name Cica-Regular.ttf \
- -o -name Cica-RegularItalic.ttf )"
+ "! -name *\.ttf"
.include <bsd.port.mk>