diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-24 23:53:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-24 23:53:28 +0800 |
commit | 1e01ba9c1b758373c2d4184568f2ffbfcd04be65 (patch) | |
tree | ef41bda6015c0bc1dcef9da4ab0aa12e1d37f12f /deskutils | |
parent | 29dbdb4cbca67baa8e602803f3f45e1a0cf3f2c0 (diff) | |
download | marcuscom-ports-1e01ba9c1b758373c2d4184568f2ffbfcd04be65.tar.gz marcuscom-ports-1e01ba9c1b758373c2d4184568f2ffbfcd04be65.tar.zst marcuscom-ports-1e01ba9c1b758373c2d4184568f2ffbfcd04be65.zip |
Fix the installation of *.desktop file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9865 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/babytrans/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/babytrans/Makefile b/deskutils/babytrans/Makefile index 0d8de8185..25f085118 100644 --- a/deskutils/babytrans/Makefile +++ b/deskutils/babytrans/Makefile @@ -8,7 +8,7 @@ PORTNAME= babytrans PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://fjolliton.free.fr/babytrans/ @@ -33,6 +33,7 @@ post-patch: post-install: @${MKDIR} ${DATADIR} + @${MKDIR} ${PREFIX}/share/applets/Utility ${INSTALL_DATA} ${WRKSRC}/config-file/dictionary ${DATADIR} @${CAT} ${PKGMESSAGE} |