svn commit: r402278 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Mon Nov 23 15:01:43 UTC 2015


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>


More information about the svn-ports-all mailing list