Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 07:48:18 +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: r345169 - head/audio/festlex-cmu
Message-ID:  <201402200748.s1K7mIYV025446@svn.freebsd.org>

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

Log:
  Support staging

Modified:
  head/audio/festlex-cmu/Makefile

Modified: head/audio/festlex-cmu/Makefile
==============================================================================
--- head/audio/festlex-cmu/Makefile	Thu Feb 20 07:46:48 2014	(r345168)
+++ head/audio/festlex-cmu/Makefile	Thu Feb 20 07:48:17 2014	(r345169)
@@ -14,10 +14,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	CMU American English pronunciation dictionary for Festival
 
 NO_BUILD=	yes
-NO_STAGE=	yes
 FHOME=		${PREFIX}/share/festival
 
 do-install:
-	${TAR} -C ${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
+	${TAR} -C ${STAGEDIR}${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES}
 
 .include <bsd.port.mk>



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