svn commit: r531198 - in head/multimedia: v4l-utils v4l_compat

Hans Petter Selasky hselasky at FreeBSD.org
Thu Apr 9 10:35:03 UTC 2020


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


More information about the svn-ports-head mailing list