diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 07:11:40 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 07:11:40 +0800 |
commit | 65c7052e39296610669710998bf6e717a160d3e7 (patch) | |
tree | 4cc8f82feda1d6340db84214f9e04f55ad4e5566 /audio | |
parent | 86b879693c68c9d6e3ebb0aa2cb32d28dbb0c162 (diff) | |
download | marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar.gz marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar.bz2 marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar.lz marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar.xz marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.tar.zst marcuscom-ports-65c7052e39296610669710998bf6e717a160d3e7.zip |
Fix the plist by add a patch to get install help in share/gnome/help rather
than share/help.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9759 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner/Makefile | 4 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 30 |
2 files changed, 18 insertions, 16 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index ebfcce884..b81254a01 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -7,7 +7,7 @@ PORTNAME= streamtuner PORTVERSION= 0.99.99 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -86,5 +86,7 @@ USE_GNOME+= pygtk2 post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|[(]datadir[)]/help|(datadir)/gnome/help|g' \ + ${WRKSRC}/help/C/Makefile.in .include <bsd.port.post.mk> diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist index 96a442740..4aea575d4 100644 --- a/audio/streamtuner/pkg-plist +++ b/audio/streamtuner/pkg-plist @@ -24,6 +24,7 @@ include/streamtuner/streamtuner.h %%SHOUTCAST%%lib/streamtuner/plugins/shoutcast.so %%XIPH%%lib/streamtuner/plugins/xiph.so libdata/pkgconfig/streamtuner.pc +share/applications/streamtuner.desktop share/doc/streamtuner/api-reference.html share/doc/streamtuner/ch01s02.html share/doc/streamtuner/home.png @@ -53,11 +54,15 @@ share/doc/streamtuner/streamtuner-st-util-api.html share/doc/streamtuner/streamtuner-st-version-api.html share/doc/streamtuner/streamtuner.devhelp share/doc/streamtuner/up.png -share/applications/streamtuner.desktop share/gnome/help/streamtuner/C/documentation-license.xml share/gnome/help/streamtuner/C/figures/main-window.png share/gnome/help/streamtuner/C/software-license.xml share/gnome/help/streamtuner/C/streamtuner.xml +share/locale/de/LC_MESSAGES/streamtuner.mo +share/locale/fr/LC_MESSAGES/streamtuner.mo +share/locale/hu/LC_MESSAGES/streamtuner.mo +share/locale/ja/LC_MESSAGES/streamtuner.mo +share/locale/pt/LC_MESSAGES/streamtuner.mo share/omf/streamtuner/streamtuner-C.omf share/pixmaps/streamtuner.png share/streamtuner/ui/applications.png @@ -88,22 +93,17 @@ share/streamtuner/ui/tune-in.png %%PYTHON%%share/streamtuner/python/scripts/basic.ch.py %%PYTHON%%share/streamtuner/python/scripts/google-stations.py %%PYTHON%%share/streamtuner/python/scripts/punkcast.com.py -share/locale/de/LC_MESSAGES/streamtuner.mo -share/locale/fr/LC_MESSAGES/streamtuner.mo -share/locale/hu/LC_MESSAGES/streamtuner.mo -share/locale/ja/LC_MESSAGES/streamtuner.mo -share/locale/pt/LC_MESSAGES/streamtuner.mo -@dirrm include/streamtuner -@dirrm lib/streamtuner/plugins -@dirrm lib/streamtuner -@dirrm share/doc/streamtuner -@dirrm share/gnome/help/streamtuner/C/figures -@dirrm share/gnome/help/streamtuner/C -@dirrm share/gnome/help/streamtuner -@dirrm share/omf/streamtuner @dirrm share/streamtuner/ui -%%PYTHON%%@dirrm share/streamtuner/python/icons %%PYTHON%%@dirrm share/streamtuner/python/scripts +%%PYTHON%%@dirrm share/streamtuner/python/icons %%PYTHON%%@dirrm share/streamtuner/python @dirrm share/streamtuner +@dirrm share/omf/streamtuner +@dirrm share/gnome/help/streamtuner/C/figures +@dirrm share/gnome/help/streamtuner/C +@dirrm share/gnome/help/streamtuner +@dirrm share/doc/streamtuner +@dirrm lib/streamtuner/plugins +@dirrm lib/streamtuner +@dirrm include/streamtuner @dirrmtry share/applications |