From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 15:40:17 2014 Return-Path: Delivered-To: svn-ports-head@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 1896A78; Fri, 7 Feb 2014 15:40:17 +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 EEDA91A39; Fri, 7 Feb 2014 15:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17FeGQt082495; Fri, 7 Feb 2014 15:40:16 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17FeGtu082494; Fri, 7 Feb 2014 15:40:16 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402071540.s17FeGtu082494@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 7 Feb 2014 15:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343267 - head/x11-fonts/c64bdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 15:40:17 -0000 Author: ehaupt Date: Fri Feb 7 15:40:16 2014 New Revision: 343267 URL: http://svnweb.freebsd.org/changeset/ports/343267 QAT: https://qat.redports.org/buildarchive/r343267/ Log: - Support staging - Don't install to LOCALBASE, use PREFIX Modified: head/x11-fonts/c64bdf/Makefile Modified: head/x11-fonts/c64bdf/Makefile ============================================================================== --- head/x11-fonts/c64bdf/Makefile Fri Feb 7 15:37:31 2014 (r343266) +++ head/x11-fonts/c64bdf/Makefile Fri Feb 7 15:40:16 2014 (r343267) @@ -3,7 +3,7 @@ PORTNAME= c64bdf PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://beej.us/c64bdf/ DISTNAME= ${PORTNAME} @@ -20,11 +20,8 @@ FILES= ${FONTS:S,$,.bdf,} fonts.dir PLIST_FILES= ${FILES:S,^,${FONTDIR}/,} PLIST_DIRS= ${FONTDIR} -NO_STAGE= yes -.include - do-install: - @${MKDIR} ${LOCALBASE}/${FONTDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${LOCALBASE}/${FONTDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${PREFIX}/${FONTDIR} -.include +.include