Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 17:16:08 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402236 - head/multimedia/mpv
Message-ID:  <201511221716.tAMHG8r1097793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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