svn commit: r392403 - head/japanese/ngraph-fonts

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Sat Jul 18 01:43:06 UTC 2015


Author: sanpei
Date: Sat Jul 18 01:43:05 2015
New Revision: 392403
URL: https://svnweb.freebsd.org/changeset/ports/392403

Log:
  convert to USES=metaport
  
  PR:             201633
  Submitted by:   Andriy Voskoboinyk <s3erios at gmail.com>

Deleted:
  head/japanese/ngraph-fonts/pkg-plist
Modified:
  head/japanese/ngraph-fonts/Makefile

Modified: head/japanese/ngraph-fonts/Makefile
==============================================================================
--- head/japanese/ngraph-fonts/Makefile	Sat Jul 18 01:12:12 2015	(r392402)
+++ head/japanese/ngraph-fonts/Makefile	Sat Jul 18 01:43:05 2015	(r392403)
@@ -5,8 +5,6 @@ PORTNAME=	ngraph-fonts
 PORTVERSION=	1.0
 PORTREVISION=	3
 CATEGORIES=	japanese math x11-fonts
-MASTER_SITES=	# empty
-DISTFILES=	# empty
 
 MAINTAINER=	sanpei at FreeBSD.org
 COMMENT=	Japanese Font Setup for math/ngraph
@@ -15,8 +13,6 @@ RUN_DEPENDS= \
 	${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \
 	${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26
 
-NO_BUILD=	yes
-NO_MTREE=	yes
-NO_INSTALL=	yes
+USES=		metaport
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list