1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

Be a bit more selective with the port-install to fix tshark.

PR:		204765
This commit is contained in:
Joe Marcus Clarke 2015-11-23 15:01:42 +00:00
parent 9d4bfb4404
commit f40f49ee35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402278

View File

@ -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>