diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-06 17:33:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-06 17:33:46 +0000 |
commit | d367e150cf001ce7107359f4a4ae5d5d8f888dc0 (patch) | |
tree | 0dfdd05f5c575a1a822689aaddd7bfb5f5784c79 /audio/festvox-rab16 | |
parent | 2079564b57600755df0c80808f6a27cfc4dd4b78 (diff) | |
download | ports-d367e150cf001ce7107359f4a4ae5d5d8f888dc0.tar.gz ports-d367e150cf001ce7107359f4a4ae5d5d8f888dc0.zip |
Notes
Diffstat (limited to 'audio/festvox-rab16')
-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> |