diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:46:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:46:48 +0800 |
commit | 48f3b4aa071d0def1bac13a9ff5859c35730a360 (patch) | |
tree | c73f082b595d467d050706e2038f7af72e4526eb /audio/festdoc | |
parent | 01c3c4c9fd7544bff01441b8a0668f83ae2d6366 (diff) | |
download | freebsd-ports-gnome-48f3b4aa071d0def1bac13a9ff5859c35730a360.tar.gz freebsd-ports-gnome-48f3b4aa071d0def1bac13a9ff5859c35730a360.tar.zst freebsd-ports-gnome-48f3b4aa071d0def1bac13a9ff5859c35730a360.zip |
Support staging
Diffstat (limited to 'audio/festdoc')
-rw-r--r-- | audio/festdoc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index 94dd66394b8b..736d0b918015 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Documentation for Festival NO_BUILD= yes -NO_STAGE= yes INFO= festival FDOC= ${PREFIX}/share/doc/festival @@ -25,12 +24,12 @@ post-extract: ${RMDIR} ${WRKSRC}/festival/src-manual/images_gen do-install: - ${MKDIR} ${FDOC} + ${MKDIR} ${STAGEDIR}${FDOC} ${RM} ${WRKSRC}/festival/info/festival.info.orig cd ${WRKSRC} && info=`${FIND} . -name '*.info*' -type f` && \ - ${CP} $$info ${PREFIX}/info && \ - ${CP} -r ${WRKSRC}/* ${FDOC} && \ - cd ${FDOC} && \ + ${CP} $$info ${STAGEDIR}${PREFIX}/info && \ + ${CP} -r ${WRKSRC}/* ${STAGEDIR}${FDOC} && \ + cd ${STAGEDIR}${FDOC} && \ ${RM} -f $$info && \ ${RMDIR} festival/info |