Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 15:17:43 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350981 - head/net/tsclient
Message-ID:  <201404111517.s3BFHhZi098390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Apr 11 15:17:43 2014
New Revision: 350981
URL: http://svnweb.freebsd.org/changeset/ports/350981
QAT: https://qat.redports.org/buildarchive/r350981/

Log:
  Add USES=pathfix to fix packaging, this was accidently removed in the
  previous commit.
  While here stagify and switch to USES=libtool

Modified:
  head/net/tsclient/Makefile
  head/net/tsclient/pkg-plist

Modified: head/net/tsclient/Makefile
==============================================================================
--- head/net/tsclient/Makefile	Fri Apr 11 15:14:49 2014	(r350980)
+++ head/net/tsclient/Makefile	Fri Apr 11 15:17:43 2014	(r350981)
@@ -12,23 +12,20 @@ COMMENT=	GNOME 2 frontend for rdesktop a
 
 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
 

Modified: head/net/tsclient/pkg-plist
==============================================================================
--- head/net/tsclient/pkg-plist	Fri Apr 11 15:14:49 2014	(r350980)
+++ head/net/tsclient/pkg-plist	Fri Apr 11 15:17:43 2014	(r350981)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111517.s3BFHhZi098390>