Date: Fri, 1 Nov 2013 19:48:44 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332403 - head/multimedia/lives Message-ID: <201311011948.rA1Jmict025119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Nov 1 19:48:44 2013 New Revision: 332403 URL: http://svnweb.freebsd.org/changeset/ports/332403 Log: Fix dynamic plist creation when DOXYGEN=on Modified: head/multimedia/lives/Makefile head/multimedia/lives/pkg-plist Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Fri Nov 1 19:38:50 2013 (r332402) +++ head/multimedia/lives/Makefile Fri Nov 1 19:48:44 2013 (r332403) @@ -114,8 +114,8 @@ post-install: cd ${STAGEDIR}${PREFIX}/bin && ${RM} lives && ${LN} -s lives-exe lives .if ${PORT_OPTIONS:MDOXYGEN} - @cd ${PREFIX} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} && \ + @cd ${STAGEDIR}${PREFIX} && \ + ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html ! -type d >> ${TMPPLIST} && \ ${FIND} ${DOCSDIR:S|${PREFIX}/||} -type d | ${SORT} -r | \ ${SED} 's|^|@dirrm |' >> ${TMPPLIST} .endif Modified: head/multimedia/lives/pkg-plist ============================================================================== --- head/multimedia/lives/pkg-plist Fri Nov 1 19:38:50 2013 (r332402) +++ head/multimedia/lives/pkg-plist Fri Nov 1 19:48:44 2013 (r332403) @@ -435,7 +435,7 @@ share/pixmaps/lives.xpm @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrm share/app-install/icons @dirrm share/app-install @dirrm lib/lives/plugins/playback/video
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311011948.rA1Jmict025119>