diff options
author | pawel <pawel@FreeBSD.org> | 2013-11-02 03:48:44 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-11-02 03:48:44 +0800 |
commit | 12fda65ef33580e52f19c810189e6dbdd4492435 (patch) | |
tree | 3c8de3ce5c65614dcd1f3591af9b6ebf4508cb88 /multimedia | |
parent | 97f8509afb26ac1564a8a978ed0a5aa456c6b3fe (diff) | |
download | freebsd-ports-gnome-12fda65ef33580e52f19c810189e6dbdd4492435.tar.gz freebsd-ports-gnome-12fda65ef33580e52f19c810189e6dbdd4492435.tar.zst freebsd-ports-gnome-12fda65ef33580e52f19c810189e6dbdd4492435.zip |
Fix dynamic plist creation when DOXYGEN=on
Diffstat (limited to 'multimedia')
-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 |