aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-06-27 15:43:38 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-06-27 15:43:38 +0000
commit9135af909d5525726b9188214a13194719791b54 (patch)
tree6dadfcf27ec5ca00f825719ae60f465d4d82ae04 /multimedia/mlt/Makefile
parentd66b893c0473eafb4e990f9ebd136ec15a3699f4 (diff)
downloadports-9135af909d5525726b9188214a13194719791b54.tar.gz
ports-9135af909d5525726b9188214a13194719791b54.zip
multimedia/mlt: support stage
Approved by: portmgr (stage blanket)
Notes
Notes: svn path=/head/; revision=359553
Diffstat (limited to 'multimedia/mlt/Makefile')
-rw-r--r--multimedia/mlt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index baab359ea11a..cd81e09467a0 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -49,7 +49,6 @@ KDE4_DESC= QImage extra formats support
QT4_DESC= Kdenlive titles and images support via QImage
SOX_DESC= SoX audio effects support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"
@@ -191,16 +190,16 @@ pre-configure:
${WRKSRC}/Makefile
post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/melt.1 ${MANPREFIX}/man/man1/melt.1
+ ${INSTALL_MAN} ${WRKSRC}/docs/melt.1 ${STAGEDIR}${MANPREFIX}/man/man1/melt.1
@${RM} -f ${WRKSRC}/docs/melt.1
.if ${PORT_OPTIONS:MDOCS}
. for f in ${PORTDOCS}
- cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${DOCSDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR}
. endfor
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
. for f in ${PORTEXAMPLES}
- cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${EXAMPLESDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${EXAMPLESDIR}
. endfor
.endif