svn commit: r359553 - head/multimedia/mlt

William Grzybowski wg at FreeBSD.org
Fri Jun 27 15:43:39 UTC 2014


Author: wg
Date: Fri Jun 27 15:43:38 2014
New Revision: 359553
URL: http://svnweb.freebsd.org/changeset/ports/359553
QAT: https://qat.redports.org/buildarchive/r359553/

Log:
  multimedia/mlt: support stage
  
  Approved by:	portmgr (stage blanket)

Modified:
  head/multimedia/mlt/Makefile
  head/multimedia/mlt/pkg-plist

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Fri Jun 27 15:26:39 2014	(r359552)
+++ head/multimedia/mlt/Makefile	Fri Jun 27 15:43:38 2014	(r359553)
@@ -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
 

Modified: head/multimedia/mlt/pkg-plist
==============================================================================
--- head/multimedia/mlt/pkg-plist	Fri Jun 27 15:26:39 2014	(r359552)
+++ head/multimedia/mlt/pkg-plist	Fri Jun 27 15:43:38 2014	(r359553)
@@ -86,6 +86,7 @@ lib/mlt/libmltxine.so
 lib/mlt/libmltxml.so
 libdata/pkgconfig/mlt++.pc
 libdata/pkgconfig/mlt-framework.pc
+man/man1/melt.1.gz
 %%FFMPEG%%%%DATADIR%%/avformat/consumer_avformat.yml
 %%FFMPEG%%%%DATADIR%%/avformat/producer_avformat.yml
 %%DATADIR%%/avsync/consumer_blipflash.yml


More information about the svn-ports-all mailing list