diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /graphics/gliv | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 7 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 56bdc06adddb..9a05698ea8b9 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gliv PORTVERSION= 1.9.6 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/files/ @@ -35,9 +35,10 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-install: + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ - ${PREFIX}/share/gnome/applications + ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gliv.png \ - ${PREFIX}/share/gnome/pixmaps + ${PREFIX}/share/pixmaps .include <bsd.port.mk> diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index cd8aada0f0ea..b82fc2fd02c4 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1,6 +1,6 @@ bin/gliv -share/gnome/applications/gliv.desktop -share/gnome/pixmaps/gliv.png +share/applications/gliv.desktop +share/pixmaps/gliv.png share/locale/bg/LC_MESSAGES/gliv.mo share/locale/de/LC_MESSAGES/gliv.mo share/locale/fr/LC_MESSAGES/gliv.mo @@ -21,3 +21,4 @@ share/locale/vi/LC_MESSAGES/gliv.mo @dirrmtry man/de @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/applications |