diff options
-rw-r--r-- | deskutils/buoh/Makefile | 3 | ||||
-rw-r--r-- | deskutils/buoh/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index 1532af476..06ead610a 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -7,7 +7,7 @@ PORTNAME= buoh PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils www gnome MASTER_SITES= http://buoh.steve-o.org/downloads/ @@ -56,6 +56,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif + @${MKDIR} ${LOCALBASE}/share/pixmaps @${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \ ${LOCALBASE}/share/pixmaps/buoh64x64.png diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist index 9ab5c4178..f1923d82b 100644 --- a/deskutils/buoh/pkg-plist +++ b/deskutils/buoh/pkg-plist @@ -11,6 +11,7 @@ share/applications/buoh.desktop %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO share/pixmaps/buoh64x64.png +@dirrmtry share/pixmaps %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/pixmaps |