Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 17:31:34 +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: r355060 - head/japanese/font-vlgothic
Message-ID:  <201405241731.s4OHVYXp011048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@
+@comment $FreeBSD$
 %%DATADIR%%/VL-PGothic-Regular.ttf
 %%DATADIR%%/VL-Gothic-Regular.ttf
 @dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241731.s4OHVYXp011048>