Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 17:29:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350381 - head/audio/festvox-kal16
Message-ID:  <201404061729.s36HT3gX097555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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