diff options
Diffstat (limited to 'net/linux-nx-client')
-rw-r--r-- | net/linux-nx-client/Makefile | 6 | ||||
-rw-r--r-- | net/linux-nx-client/pkg-plist | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/linux-nx-client/Makefile b/net/linux-nx-client/Makefile index 7436cfdbbef1..93ef70f9817c 100644 --- a/net/linux-nx-client/Makefile +++ b/net/linux-nx-client/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux-nx-client PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://web04.nomachine.com/download/${PORTVERSION}/Linux/ DISTNAME= nxclient-${PORTVERSION}-17.i386 @@ -48,8 +48,8 @@ do-install: ${MKDIR} ${NXDST}/share/images ${INSTALL_DATA} ${NXSRC}/share/images/* ${NXDST}/share/images - ${MKDIR} ${LOCALBASE}/share/gnome/pixmaps - ${INSTALL_DATA} ${NXSRC}/share/icons/*.png ${LOCALBASE}/share/gnome/pixmaps + ${MKDIR} ${LOCALBASE}/share/pixmaps + ${INSTALL_DATA} ${NXSRC}/share/icons/*.png ${LOCALBASE}/share/pixmaps ${MKDIR} ${LOCALBASE}/share/icons/crystalsvg/48x48 \ ${LOCALBASE}/share/icons/crystalsvg/32x32 ${INSTALL_DATA} ${NXSRC}/share/icons/nx-desktop.png \ diff --git a/net/linux-nx-client/pkg-plist b/net/linux-nx-client/pkg-plist index 879dc6ee920f..4919d2d9ec0c 100644 --- a/net/linux-nx-client/pkg-plist +++ b/net/linux-nx-client/pkg-plist @@ -74,12 +74,10 @@ lib/linux-nx-client/share/keys/server.id_dsa.key @dirrm lib/linux-nx-client/share @dirrm lib/linux-nx-client @cwd %%LOCALBASE%% -share/gnome/pixmaps/nx-desktop.png -share/gnome/pixmaps/nx.png -share/gnome/pixmaps/nxclient-admin.png -share/gnome/pixmaps/nxclient-wizard.png -@dirrmtry share/gnome/pixmaps -@dirrmtry share/gnome +share/pixmaps/nx-desktop.png +share/pixmaps/nx.png +share/pixmaps/nxclient-admin.png +share/pixmaps/nxclient-wizard.png share/icons/crystalsvg/48x48/nx-desktop.png share/icons/crystalsvg/32x32/nx.png share/icons/crystalsvg/32x32/nxclient-admin.png |