svn commit: r345168 - head/audio/festdoc

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 07:46:49 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list