diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:48:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:48:17 +0800 |
commit | 584813988e250afbde627ab7f58542c1f9e1bac4 (patch) | |
tree | 4eddae31f383bf3b040d59e0f22d80580dfa7bd9 /audio/festlex-cmu | |
parent | 48f3b4aa071d0def1bac13a9ff5859c35730a360 (diff) | |
download | freebsd-ports-gnome-584813988e250afbde627ab7f58542c1f9e1bac4.tar.gz freebsd-ports-gnome-584813988e250afbde627ab7f58542c1f9e1bac4.tar.zst freebsd-ports-gnome-584813988e250afbde627ab7f58542c1f9e1bac4.zip |
Support staging
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 3 |
1 files changed, 1 insertions, 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 <bsd.port.mk> |