Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 14:35:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461927 - head/comms/lirc
Message-ID:  <201802151435.w1FEZwRb059550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 15 14:35:58 2018
New Revision: 461927
URL: https://svnweb.freebsd.org/changeset/ports/461927

Log:
  - Fix plist on non-x86
  
  Reported by:	Michal Meloun <melounmichal@gmail.com>

Modified:
  head/comms/lirc/Makefile
  head/comms/lirc/pkg-plist

Modified: head/comms/lirc/Makefile
==============================================================================
--- head/comms/lirc/Makefile	Thu Feb 15 14:30:23 2018	(r461926)
+++ head/comms/lirc/Makefile	Thu Feb 15 14:35:58 2018	(r461927)
@@ -45,6 +45,7 @@ MINIMAL_CONFIGURE_ON=	--with-driver=dvico
 DEBUG_CONFIGURE_ENABLE=	debug
 
 SMODE2_LIB_DEPENDS=	libvga.so:graphics/svgalib
+SMODE2_PLIST_FILES=	bin/smode2
 
 UARTLIRC_RUN_DEPENDS=	uartlirc>=0.3:comms/uartlirc
 

Modified: head/comms/lirc/pkg-plist
==============================================================================
--- head/comms/lirc/pkg-plist	Thu Feb 15 14:30:23 2018	(r461926)
+++ head/comms/lirc/pkg-plist	Thu Feb 15 14:35:58 2018	(r461927)
@@ -7,7 +7,6 @@ bin/irw
 bin/irxevent
 bin/lircrcd
 bin/mode2
-%%SMODE2%%bin/smode2
 bin/pronto2lirc
 bin/xmode2
 include/lirc/lirc_client.h



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