Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 09:27:35 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351781 - head/games/tuxpaint-fonts
Message-ID:  <201404220927.s3M9RZFe038512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Apr 22 09:27:35 2014
New Revision: 351781
URL: http://svnweb.freebsd.org/changeset/ports/351781
QAT: https://qat.redports.org/buildarchive/r351781/

Log:
  Add staging support

Modified:
  head/games/tuxpaint-fonts/Makefile

Modified: head/games/tuxpaint-fonts/Makefile
==============================================================================
--- head/games/tuxpaint-fonts/Makefile	Tue Apr 22 09:26:32 2014	(r351780)
+++ head/games/tuxpaint-fonts/Makefile	Tue Apr 22 09:27:35 2014	(r351781)
@@ -47,7 +47,6 @@ MASTER_SITES+=	SF/${PORTNAME}/${PORTNAME
 # Do not use the same OPTIONS directory as "games/tuxpaint".
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 # Set DISTFILES and PLIST_FILES according to OPTIONS.
@@ -63,16 +62,16 @@ PLIST_DIRS+=	%%DATADIR%%/fonts/locale/${
 
 # Install seleted fonts.
 do-install:
-	${MKDIR} ${DATADIR}/fonts/locale
+	@${MKDIR} ${STAGEDIR}${DATADIR}/fonts/locale
 .for l in ${LANGS}
 .	if ${PORT_OPTIONS:M${l:U}}
 		${INSTALL_DATA} \
 			${WRKSRC}/${PORTNAME}-ttf-${${l:U}_DISTNAME}/${${l:U}_CODE}.ttf \
-			${DATADIR}/fonts/locale
-		${MKDIR} ${DATADIR}/fonts/locale/${${l:U}_CODE}_docs
+			${STAGEDIR}${DATADIR}/fonts/locale
+		@${MKDIR} ${STAGEDIR}${DATADIR}/fonts/locale/${${l:U}_CODE}_docs
 		${INSTALL_DATA} \
 			${WRKSRC}/${PORTNAME}-ttf-${${l:U}_DISTNAME}/*.txt \
-			${DATADIR}/fonts/locale/${${l:U}_CODE}_docs
+			${STAGEDIR}${DATADIR}/fonts/locale/${${l:U}_CODE}_docs
 .	endif
 .endfor
 



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