diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 05:16:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 05:16:26 +0800 |
commit | 9e1a88f3fcd88611293024d939c1c8cd48ae7442 (patch) | |
tree | e4f0f1dfe3c352ecb51f468ee1d5b6ec635d5980 /audio/mbrolavox | |
parent | c4464bbee01c79034ff2e9858aac9380be64c3d9 (diff) | |
download | freebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.tar.gz freebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.tar.zst freebsd-ports-graphics-9e1a88f3fcd88611293024d939c1c8cd48ae7442.zip |
Stage support
Diffstat (limited to 'audio/mbrolavox')
-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 |