diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-11-01 19:48:44 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-11-01 19:48:44 +0000 |
commit | eb09a7e51aa1d86cf5de4af81cef771cf4a5d556 (patch) | |
tree | 3c8de3ce5c65614dcd1f3591af9b6ebf4508cb88 /multimedia/lives | |
parent | b5a67c059f8c19f789c4c3754305d5145586e60f (diff) |
Notes
Diffstat (limited to 'multimedia/lives')
-rw-r--r-- | multimedia/lives/Makefile | 4 | ||||
-rw-r--r-- | multimedia/lives/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index f9b53c0ac4bc..dd1d59f1f8fa 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -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 diff --git a/multimedia/lives/pkg-plist b/multimedia/lives/pkg-plist index 5f6543fdaf25..dc7823de77e1 100644 --- a/multimedia/lives/pkg-plist +++ b/multimedia/lives/pkg-plist @@ -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 |