Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 07:18:48 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346124 - head/x11-fonts/inconsolata-ttf
Message-ID:  <201402260718.s1Q7ImsE068843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 26 07:18:48 2014
New Revision: 346124
URL: http://svnweb.freebsd.org/changeset/ports/346124
QAT: https://qat.redports.org/buildarchive/r346124/

Log:
  - Stage support

Modified:
  head/x11-fonts/inconsolata-ttf/Makefile

Modified: head/x11-fonts/inconsolata-ttf/Makefile
==============================================================================
--- head/x11-fonts/inconsolata-ttf/Makefile	Wed Feb 26 07:18:12 2014	(r346123)
+++ head/x11-fonts/inconsolata-ttf/Makefile	Wed Feb 26 07:18:48 2014	(r346124)
@@ -18,13 +18,12 @@ XORG_CAT=	font
 FONTDIR=	OTF
 PLIST_FILES=	lib/X11/fonts/${FONTDIR}/${DISTNAME}${EXTRACT_SUFX}
 
-NO_STAGE=	yes
 do-configure:
 
 do-build:
 
 do-install:
-	${MKDIR} ${PREFIX}/lib/X11/fonts/${FONTDIR}
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/lib/X11/fonts/${FONTDIR}
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
 
 .include <bsd.port.mk>



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