svn commit: r502619 - head/multimedia/gmerlin

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 18:20:21 UTC 2019


Author: tobik
Date: Sat May 25 18:20:20 2019
New Revision: 502619
URL: https://svnweb.freebsd.org/changeset/ports/502619

Log:
  multimedia/gmerlin: Fix spelling of INSTALLS_ICONS

Modified:
  head/multimedia/gmerlin/Makefile

Modified: head/multimedia/gmerlin/Makefile
==============================================================================
--- head/multimedia/gmerlin/Makefile	Sat May 25 18:19:07 2019	(r502618)
+++ head/multimedia/gmerlin/Makefile	Sat May 25 18:20:20 2019	(r502619)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmerlin
 PORTVERSION=	1.2.0
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -29,7 +29,7 @@ CONFIGURE_ARGS=	--disable-v4l --disable-v4l2 --disable
 USE_LDCONFIG=	yes
 LLD_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
-INSTALL_ICONS=	yes
+INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list