Date: Sat, 24 May 2014 17:42:01 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355065 - head/japanese/font-shinonome Message-ID: <201405241742.s4OHg1ZV015954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sat May 24 17:42:01 2014 New Revision: 355065 URL: http://svnweb.freebsd.org/changeset/ports/355065 QAT: https://qat.redports.org/buildarchive/r355065/ Log: s/USE_BZIP2=yes/USES=tar:bzip2/ Modified: head/japanese/font-shinonome/Makefile Modified: head/japanese/font-shinonome/Makefile ============================================================================== --- head/japanese/font-shinonome/Makefile Sat May 24 17:40:03 2014 (r355064) +++ head/japanese/font-shinonome/Makefile Sat May 24 17:42:01 2014 (r355065) @@ -16,8 +16,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig +USES= tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME:C/^font-//}-${PORTVERSION:C/.p.*$//} -USE_BZIP2= yes PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \ LOCAL_FONTSDIR=${LOCAL_FONTSDIR} DATADIR= ${PREFIX}/share/font-${PORTNAME} @@ -58,7 +58,8 @@ OPTIONS_DEFINE= DOCS do-build: @${ECHO_CMD} -n "Compressing PCF fonts" @cd ${WRKSRC} && for F in ${FONTNAMES}; do \ - ${LOCALBASE}/bin/bdftopcf bdf/$${F}.bdf | ${GZIP_CMD} > $${F}.pcf.gz; \ + ${LOCALBASE}/bin/bdftopcf bdf/$${F}.bdf | \ + ${GZIP_CMD} > $${F}.pcf.gz; \ ${ECHO_CMD} -n "."; \ done @${ECHO_CMD} "Done" @@ -75,12 +76,11 @@ do-install: ../${X_FONTSDIR:C,[^/]+,..,g}/${DATADIR_REL}/*.pcf.gz . post-su-install: - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \ + POST-INSTALL -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241742.s4OHg1ZV015954>