diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 13:28:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 13:28:00 +0800 |
commit | b6a90243144c57d886799845488c9d7e2b6c0dbd (patch) | |
tree | 00010987a37c871525620eb9f29cddc37663e32c /deskutils/buoh/Makefile | |
parent | 63b33ec1ea9d9d61465e0f7728a2bfe4f2e77f84 (diff) | |
download | marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar.gz marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar.bz2 marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar.lz marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar.xz marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.tar.zst marcuscom-ports-b6a90243144c57d886799845488c9d7e2b6c0dbd.zip |
Add mkdir on share/pixmaps and fix plist for it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7404 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/buoh/Makefile')
-rw-r--r-- | deskutils/buoh/Makefile | 3 |
1 files changed, 2 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 |