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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/gliv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 7adcf93ee..9a05698ea 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gliv PORTVERSION= 1.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/files/ @@ -35,6 +35,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.png \ |