svn commit: r402236 - head/multimedia/mpv

Kurt Jaeger pi at FreeBSD.org
Sun Nov 22 17:16:09 UTC 2015


Author: pi
Date: Sun Nov 22 17:16:08 2015
New Revision: 402236
URL: https://svnweb.freebsd.org/changeset/ports/402236

Log:
  multimedia/mpv: fix typo INSTALL_ICONS -> INSTALLS_ICONS
  
  PR:		204599

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Sun Nov 22 17:14:36 2015	(r402235)
+++ head/multimedia/mpv/Makefile	Sun Nov 22 17:16:08 2015	(r402236)
@@ -24,7 +24,7 @@ WAF_CMD=	${WRKSRC_waf}/waf-light
 
 USES=		compiler:c11 desktop-file-utils iconv pkgconfig python:build waf
 USE_LDCONFIG=	yes
-INSTALL_ICONS=	yes
+INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I.. -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list