diff options
-rw-r--r-- | audio/mbrolavox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile index be3996f4e0b..2dc2445dbe2 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 |