svn commit: r345169 - head/audio/festlex-cmu

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 07:48:18 UTC 2014


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


More information about the svn-ports-all mailing list