From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 13:45:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50BDEC6D; Mon, 24 Feb 2014 13:45:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B138179F; Mon, 24 Feb 2014 13:45:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1ODjuB7036862; Mon, 24 Feb 2014 13:45:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1ODjui8036861; Mon, 24 Feb 2014 13:45:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402241345.s1ODjui8036861@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Feb 2014 13:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345843 - head/x11-fonts/tv-fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 13:45:56 -0000 Author: bapt Date: Mon Feb 24 13:45:55 2014 New Revision: 345843 URL: http://svnweb.freebsd.org/changeset/ports/345843 QAT: https://qat.redports.org/buildarchive/r345843/ Log: Support stage Modified: head/x11-fonts/tv-fonts/Makefile Modified: head/x11-fonts/tv-fonts/Makefile ============================================================================== --- head/x11-fonts/tv-fonts/Makefile Mon Feb 24 13:42:45 2014 (r345842) +++ head/x11-fonts/tv-fonts/Makefile Mon Feb 24 13:45:55 2014 (r345843) @@ -8,7 +8,7 @@ CATEGORIES= x11-fonts MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/ MAINTAINER= oliver@FreeBSD.org -COMMENT= A number of fonts which are useful for TV applications +COMMENT= Number of fonts which are useful for TV applications BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ @@ -17,7 +17,7 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fo mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_GMAKE= yes +USES= gmake USE_BZIP2= yes FONTSDIR= ${PREFIX}/lib/X11/fonts/misc @@ -30,14 +30,10 @@ FONTS= caption.pcf.gz captioni.pcf.gz l teletext2.pcf.gz teletext2i.pcf.gz teletext4.pcf.gz \ teletext4i.pcf.gz -NO_STAGE= yes do-install: - @${MKDIR} ${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} .for font in ${FONTS} - ${INSTALL_DATA} ${WRKSRC}/${font} ${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/${font} ${STAGEDIR}${FONTSDIR} .endfor -post-install: - @-${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR} - .include