aboutsummaryrefslogtreecommitdiff
path: root/audio/festlex-poslex
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 07:49:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 07:49:43 +0000
commit5f5efa56ce0478c0a40e5deb115177649abb8cd2 (patch)
tree77f4e7ec9bc5c5c67e647a5944e49c362eedc780 /audio/festlex-poslex
parent2611a2f2ba324de2cf279337b35fbc9b352fc9cd (diff)
downloadports-5f5efa56ce0478c0a40e5deb115177649abb8cd2.tar.gz
ports-5f5efa56ce0478c0a40e5deb115177649abb8cd2.zip
Support staging
Notes
Notes: svn path=/head/; revision=345170
Diffstat (limited to 'audio/festlex-poslex')
-rw-r--r--audio/festlex-poslex/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile
index a5c4645ff983..75df1ab1ac45 100644
--- a/audio/festlex-poslex/Makefile
+++ b/audio/festlex-poslex/Makefile
@@ -15,10 +15,9 @@ MAINTAINER= ports@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>