diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 01:33:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 01:33:46 +0800 |
commit | 3805f94befea1c38202fdbe0a2a3bcde24f9e858 (patch) | |
tree | 0dfdd05f5c575a1a822689aaddd7bfb5f5784c79 /audio | |
parent | c0adcbfd1af3d4a0a0e56cfa03daffaa658dd6fc (diff) | |
download | freebsd-ports-gnome-3805f94befea1c38202fdbe0a2a3bcde24f9e858.tar.gz freebsd-ports-gnome-3805f94befea1c38202fdbe0a2a3bcde24f9e858.tar.zst freebsd-ports-gnome-3805f94befea1c38202fdbe0a2a3bcde24f9e858.zip |
Support stage
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-rab16/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 846b87c05741..3ad716b786f1 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival CONFLICTS= festvox-rab8 NO_BUILD= yes -NO_STAGE= yes FHOME= ${PREFIX}/share/festival @@ -31,7 +30,7 @@ post-extract: @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 do-install: - ${MKDIR} ${FHOME} - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + @${MKDIR} ${STAGEDIR}${FHOME} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME} .include <bsd.port.mk> |