diff options
Diffstat (limited to 'x11-fonts/gohufont/Makefile')
-rw-r--r-- | x11-fonts/gohufont/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/gohufont/Makefile b/x11-fonts/gohufont/Makefile index 777bbd49a283..e5ef4e4b1c0c 100644 --- a/x11-fonts/gohufont/Makefile +++ b/x11-fonts/gohufont/Makefile @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING-LICENSE USES= fonts NO_BUILD= yes +NO_ARCH= yes do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> |