svn commit: r345170 - head/audio/festlex-poslex

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


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


More information about the svn-ports-all mailing list