diff options
author | kwm <kwm@FreeBSD.org> | 2014-04-11 23:17:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-04-11 23:17:43 +0800 |
commit | 3c664b58b574101d0125e88e42b930eaa9b96456 (patch) | |
tree | 6fb4842e42e3a9fd8895ab92836606356cc642b7 /net | |
parent | d6325c7ecf5bf968df3f8461059282deb18a026f (diff) | |
download | freebsd-ports-gnome-3c664b58b574101d0125e88e42b930eaa9b96456.tar.gz freebsd-ports-gnome-3c664b58b574101d0125e88e42b930eaa9b96456.tar.zst freebsd-ports-gnome-3c664b58b574101d0125e88e42b930eaa9b96456.zip |
Add USES=pathfix to fix packaging, this was accidently removed in the
previous commit.
While here stagify and switch to USES=libtool
Diffstat (limited to 'net')
-rw-r--r-- | net/tsclient/Makefile | 13 | ||||
-rw-r--r-- | net/tsclient/pkg-plist | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index aa52b5b12d29..3c06d16ce585 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -12,23 +12,20 @@ COMMENT= GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop -USE_AUTOTOOLS= libtool USE_GNOME= gtk20 -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CONFIGURE_ARGS= --disable-gnome CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib -MAN1= tsclient.1 PORTDOCS= COPYING NEWS README OPTIONS_DEFINE= TIGHTVNC XNEST DOCS TIGHTVNC_DESC= vncviewer support XNEST_DESC= X via Xnest support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTIGHTVNC} @@ -46,12 +43,12 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - @${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \ - ${PREFIX}/share/pixmaps/tsclient.png + @${LN} -sf tsclient.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} . for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} . endfor .endif diff --git a/net/tsclient/pkg-plist b/net/tsclient/pkg-plist index 17ae50aefe65..7a808dc5b617 100644 --- a/net/tsclient/pkg-plist +++ b/net/tsclient/pkg-plist @@ -1,6 +1,7 @@ bin/tsclient libdata/bonobo/servers/GNOME_TSClientApplet.server libexec/tsclient-applet +man/man1/tsclient.1.gz share/application-registry/tsclient.applications share/applications/tsclient.desktop share/locale/ar/LC_MESSAGES/tsclient.mo |