Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 15:01:42 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402278 - head/net/wireshark
Message-ID:  <201511231501.tANF1gTl003535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Mon Nov 23 15:01:42 2015
New Revision: 402278
URL: https://svnweb.freebsd.org/changeset/ports/402278

Log:
  Be a bit more selective with the port-install to fix tshark.
  
  PR:		204765

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Mon Nov 23 14:55:59 2015	(r402277)
+++ head/net/wireshark/Makefile	Mon Nov 23 15:01:42 2015	(r402278)
@@ -154,8 +154,10 @@ post-patch:
 		s|{apps,mimetypes}|apps $$(DESTDIR)${LOCALBASE}/share/icons/hicolor/$$$${size}x$$$${size}/mimetypes|' \
 		${WRKSRC}/Makefile.in
 
-post-install-QT5-off:
+.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3}
+post-install:
 	${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-gtk \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+.endif
 
 .include <bsd.port.mk>



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