Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 07:46:48 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345168 - head/audio/festdoc
Message-ID:  <201402200746.s1K7kmFP025214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 20 07:46:48 2014
New Revision: 345168
URL: http://svnweb.freebsd.org/changeset/ports/345168
QAT: https://qat.redports.org/buildarchive/r345168/

Log:
  Support staging

Modified:
  head/audio/festdoc/Makefile

Modified: head/audio/festdoc/Makefile
==============================================================================
--- head/audio/festdoc/Makefile	Thu Feb 20 07:38:36 2014	(r345167)
+++ head/audio/festdoc/Makefile	Thu Feb 20 07:46:48 2014	(r345168)
@@ -12,7 +12,6 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Documentation for Festival
 
 NO_BUILD=	yes
-NO_STAGE=	yes
 
 INFO=		festival
 FDOC=		${PREFIX}/share/doc/festival
@@ -25,12 +24,12 @@ post-extract:
 	${RMDIR} ${WRKSRC}/festival/src-manual/images_gen
 
 do-install:
-	${MKDIR} ${FDOC}
+	${MKDIR} ${STAGEDIR}${FDOC}
 	${RM} ${WRKSRC}/festival/info/festival.info.orig
 	cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \
-	  ${CP} $$info ${PREFIX}/info && \
-	  ${CP} -r ${WRKSRC}/* ${FDOC} && \
-	  cd ${FDOC} && \
+	  ${CP} $$info ${STAGEDIR}${PREFIX}/info && \
+	  ${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \
+	  cd ${STAGEDIR}${FDOC} && \
 	  ${RM} -f $$info && \
 	  ${RMDIR} festival/info
 



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