Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 07:49:44 +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: r345170 - head/audio/festlex-poslex
Message-ID:  <201402200749.s1K7niBS025648@svn.freebsd.org>

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

Log:
  Support staging

Modified:
  head/audio/festlex-poslex/Makefile

Modified: head/audio/festlex-poslex/Makefile
==============================================================================
--- head/audio/festlex-poslex/Makefile	Thu Feb 20 07:48:17 2014	(r345169)
+++ head/audio/festlex-poslex/Makefile	Thu Feb 20 07:49:43 2014	(r345170)
@@ -15,10 +15,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	English lexicon 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?201402200749.s1K7niBS025648>