aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-04 19:26:24 +0000
commit228ab588738952bd42427886fd5368181243ba6e (patch)
tree7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /chinese
parent7374b5a054d87d64914c6c36520e15fa14f3f31b (diff)
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gugod-clean/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/chinese/gugod-clean/Makefile b/chinese/gugod-clean/Makefile
index 38d65d07f932..5d3d585f05bc 100644
--- a/chinese/gugod-clean/Makefile
+++ b/chinese/gugod-clean/Makefile
@@ -18,14 +18,10 @@ FONTFILES= gugod16.bdf gugod18.bdf gugod20.bdf gugod22.bdf
WRKSRC= ${WRKDIR}
NO_BUILD= yes
-SHAREMODE= 644
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
do-install:
@${MKDIR} ${STAGEDIR}${XFONTDIR}
-.for i in ${FONTFILES}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${XFONTDIR}
-.endfor
- @cd ${STAGEDIR}${XFONTDIR} ; mkfontdir
+ ${INSTALL_DATA} ${FONTFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${XFONTDIR}
.include <bsd.port.mk>