aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-29 05:16:26 +0800
committerantoine <antoine@FreeBSD.org>2013-12-29 05:16:26 +0800
commit9e1a88f3fcd88611293024d939c1c8cd48ae7442 (patch)
treee4f0f1dfe3c352ecb51f468ee1d5b6ec635d5980
parentc4464bbee01c79034ff2e9858aac9380be64c3d9 (diff)
downloadfreebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.tar.gz
freebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.tar.zst
freebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.zip
Stage support
-rw-r--r--audio/mbrolavox/Makefile3
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