From 2611a2f2ba324de2cf279337b35fbc9b352fc9cd Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 20 Feb 2014 07:48:17 +0000 Subject: [PATCH] Support staging --- audio/festlex-cmu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index 3dfc43268f6a..50a913fe42b7 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -14,10 +14,9 @@ MAINTAINER= ports@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