svn commit: r355060 - head/japanese/font-vlgothic

Hiroki Sato hrs at FreeBSD.org
Sat May 24 17:31:35 UTC 2014


Author: hrs
Date: Sat May 24 17:31:34 2014
New Revision: 355060
URL: http://svnweb.freebsd.org/changeset/ports/355060
QAT: https://qat.redports.org/buildarchive/r355060/

Log:
  - s/USE_XZ=yes/USES=tar:xz/.
  - Minor style fixes.

Modified:
  head/japanese/font-vlgothic/Makefile
  head/japanese/font-vlgothic/pkg-plist   (contents, props changed)

Modified: head/japanese/font-vlgothic/Makefile
==============================================================================
--- head/japanese/font-vlgothic/Makefile	Sat May 24 17:27:32 2014	(r355059)
+++ head/japanese/font-vlgothic/Makefile	Sat May 24 17:31:34 2014	(r355060)
@@ -13,7 +13,7 @@ COMMENT=	VLGothic Japanese TrueType font
 
 RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_XZ=		yes
+USES=		tar:xz
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install
@@ -55,10 +55,8 @@ do-install:
 post-su-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>

Modified: head/japanese/font-vlgothic/pkg-plist
==============================================================================
--- head/japanese/font-vlgothic/pkg-plist	Sat May 24 17:27:32 2014	(r355059)
+++ head/japanese/font-vlgothic/pkg-plist	Sat May 24 17:31:34 2014	(r355060)
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
 %%DATADIR%%/VL-PGothic-Regular.ttf
 %%DATADIR%%/VL-Gothic-Regular.ttf
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list