aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mbrolavox/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile
index be3996f4e0bd..2dc2445dbe2d 100644
--- a/audio/mbrolavox/Makefile
+++ b/audio/mbrolavox/Makefile
@@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Voices for MBROLA voice synthesizer
USE_ZIP= yes
-NO_STAGE= yes
NO_BUILD= yes
RESTRICTED= No commercial nor military use, no sale
WRKSRC= ${WRKDIR}/voices
@@ -46,7 +45,7 @@ do-extract:
.endfor
do-install:
- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
# Generates OPTIONS file from voices.conf -- really for maintainer use
# Only included for compatibility with anyone who wants to modify voices.conf