- Fix symlink for the icon and Desktop entry file

This commit is contained in:
Rusmir Dusko 2014-02-17 09:24:41 +00:00
parent 0c8bb5f240
commit f700aa429f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344715

View file

@ -98,10 +98,10 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MGTK2}
${LN} -sf \
${SITE_PERL}${PERL_ARCH}/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop \
${SITE_PERL}/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop \
${STAGEDIR}${DESKTOPDIR}
${LN} -sf \
${SITE_PERL}${PERL_ARCH}/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.png \
${SITE_PERL}/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
.endif