svn commit: r424195 - branches/2016Q4/net/tsclient

Mark Felder feld at FreeBSD.org
Tue Oct 18 18:09:57 UTC 2016


Author: feld
Date: Tue Oct 18 18:09:56 2016
New Revision: 424195
URL: https://svnweb.freebsd.org/changeset/ports/424195

Log:
  MFH: r423980
  
  net/tsclient: Currently a link at LOCALBASE/share/pixmaps is broken. Fix it.
  
  PR:		209889
  Submitted by:	bsam (me)
  Approved by:	maintainer timeout (3 months+)
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/net/tsclient/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/net/tsclient/Makefile
==============================================================================
--- branches/2016Q4/net/tsclient/Makefile	Tue Oct 18 18:08:32 2016	(r424194)
+++ branches/2016Q4/net/tsclient/Makefile	Tue Oct 18 18:09:56 2016	(r424195)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tsclient
 PORTVERSION=	0.150
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net gnome
 MASTER_SITES=	SF
 
@@ -42,7 +42,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-install:
-	@${LN} -sf tsclient.png \
+	@${LN} -sf tsclient/tsclient.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list