diff options
author | pav <pav@FreeBSD.org> | 2009-12-10 06:57:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-10 06:57:06 +0800 |
commit | 0da80bd2944e2cde6e0c9e0af7397b22a95ea6f5 (patch) | |
tree | a4acd475b44c62f497dfbf68e96e57134fd157a4 /net | |
parent | 4620463d150b7f6ce362c9d12cf8319bac78b627 (diff) | |
download | freebsd-ports-gnome-0da80bd2944e2cde6e0c9e0af7397b22a95ea6f5.tar.gz freebsd-ports-gnome-0da80bd2944e2cde6e0c9e0af7397b22a95ea6f5.tar.zst freebsd-ports-gnome-0da80bd2944e2cde6e0c9e0af7397b22a95ea6f5.zip |
- Fix the installation of gnome applet server file so it's actually picked up
by gnome-panel
Approved by: Tim Welch <twelch@thepentagon.org> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/tsclient/Makefile | 20 | ||||
-rw-r--r-- | net/tsclient/pkg-plist | 3 |
2 files changed, 11 insertions, 12 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 892c993fc9c9..ae15e99d151b 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= tsclient PORTVERSION= 0.150 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net gnome MASTER_SITES= SF @@ -16,11 +16,7 @@ COMMENT= A GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop -OPTIONS= GNOME "Build with gnome support" on \ - TIGHTVNC "vncviewer support" off \ - XNEST "X via Xnest support (experimental)" off - -USE_AUTOTOOLS= libtool:22 automake:19 autoconf:262 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gtk20 USE_GMAKE= yes USE_GETTEXT= yes @@ -32,7 +28,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui- MAN1= tsclient.1 PORTDOCS= COPYING NEWS README -.include <bsd.port.pre.mk> +OPTIONS= GNOME "Build with gnome support" on \ + TIGHTVNC "vncviewer support" off \ + XNEST "X via Xnest support (experimental)" off + +.include <bsd.port.options.mk> .if defined(WITH_GNOME) USE_GNOME+= gnomeprefix gnomehack gnomepanel libgnomeui @@ -48,11 +48,11 @@ RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/tightvnc RUN_DEPENDS+= Xnest:${X_NESTSERVER_PORT} .endif +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e '/^man1dir *=/ s,datadir,prefix,g' \ - ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ - ${WRKSRC}/aclocal.m4 + ${WRKSRC}/Makefile.in post-install: @${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \ diff --git a/net/tsclient/pkg-plist b/net/tsclient/pkg-plist index 12f67fb09295..27d07943d4ce 100644 --- a/net/tsclient/pkg-plist +++ b/net/tsclient/pkg-plist @@ -1,5 +1,5 @@ bin/tsclient -lib/bonobo/servers/GNOME_TSClientApplet.server +libdata/bonobo/servers/GNOME_TSClientApplet.server libexec/tsclient-applet share/application-registry/tsclient.applications share/applications/tsclient.desktop @@ -69,4 +69,3 @@ share/pixmaps/tsclient/tsclient.png @dirrmtry share/locale/gr/LC_MESSAGES @dirrmtry share/locale/gr @dirrmtry share/applications -@dirrmtry lib/bonobo/servers |