Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 10:35:02 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531198 - in head/multimedia: v4l-utils v4l_compat
Message-ID:  <202004091035.039AZ2oT095414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Apr  9 10:35:02 2020
New Revision: 531198
URL: https://svnweb.freebsd.org/changeset/ports/531198

Log:
  Simplify the MASTERPORT variable in the Video4Linux ports.
  All ports are at the same directory level.
  
  Approved by:	pi (implicit)

Modified:
  head/multimedia/v4l-utils/Makefile
  head/multimedia/v4l_compat/Makefile

Modified: head/multimedia/v4l-utils/Makefile
==============================================================================
--- head/multimedia/v4l-utils/Makefile	Thu Apr  9 10:28:59 2020	(r531197)
+++ head/multimedia/v4l-utils/Makefile	Thu Apr  9 10:35:02 2020	(r531198)
@@ -6,7 +6,7 @@ PORTREVISION=	0
 
 COMMENT=	Video4Linux utilities
 
-MASTERDIR=	${.CURDIR}/../../multimedia/libv4l
+MASTERDIR=	${.CURDIR}/../libv4l
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 LIBV4L_SLAVE=   utils

Modified: head/multimedia/v4l_compat/Makefile
==============================================================================
--- head/multimedia/v4l_compat/Makefile	Thu Apr  9 10:28:59 2020	(r531197)
+++ head/multimedia/v4l_compat/Makefile	Thu Apr  9 10:35:02 2020	(r531198)
@@ -8,7 +8,7 @@ COMMENT=	Video4Linux IOCTL header files
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-MASTERDIR=	${.CURDIR}/../../multimedia/libv4l
+MASTERDIR=	${.CURDIR}/../libv4l
 EXTRADIR=	${WRKSRC}/../linux
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist



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