svn commit: r350381 - head/audio/festvox-kal16

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 6 17:29:03 UTC 2014


Author: bapt
Date: Sun Apr  6 17:29:03 2014
New Revision: 350381
URL: http://svnweb.freebsd.org/changeset/ports/350381
QAT: https://qat.redports.org/buildarchive/r350381/

Log:
  Support stage

Modified:
  head/audio/festvox-kal16/Makefile

Modified: head/audio/festvox-kal16/Makefile
==============================================================================
--- head/audio/festvox-kal16/Makefile	Sun Apr  6 17:27:55 2014	(r350380)
+++ head/audio/festvox-kal16/Makefile	Sun Apr  6 17:29:03 2014	(r350381)
@@ -20,11 +20,10 @@ ${LOCALBASE}/share/festival/lib/dicts/cm
 CONFLICTS=	festvox-kal8-*
 
 NO_BUILD=	yes
-NO_STAGE=	yes
 
 FHOME=		${PREFIX}/share/festival
 
 do-install:
-	${TAR} -C ${FHOME:H} -xvzpf ${_DISTDIR}/${_DISTFILES}
+	${TAR} -C ${STAGEDIR}${FHOME:H} -xzpf ${_DISTDIR}/${_DISTFILES}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list