diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 01:34:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 01:34:19 +0800 |
commit | 56bd0bebaea9b8c0cb4dc09578a3dc6656df7da0 (patch) | |
tree | b1dfe578d0b35a9ebebb5a4ad705b128d55db734 /audio/festvox-rab8 | |
parent | 3805f94befea1c38202fdbe0a2a3bcde24f9e858 (diff) | |
download | freebsd-ports-gnome-56bd0bebaea9b8c0cb4dc09578a3dc6656df7da0.tar.gz freebsd-ports-gnome-56bd0bebaea9b8c0cb4dc09578a3dc6656df7da0.tar.zst freebsd-ports-gnome-56bd0bebaea9b8c0cb4dc09578a3dc6656df7da0.zip |
Support stage
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 4a0cf716cc35..2bfd06b83c75 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival CONFLICTS= festvox-rab16 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> |