Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 09:01:43 +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: r449330 - head/multimedia/linux_dvbwrapper-kmod
Message-ID:  <201709060901.v8691hiX055276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  6 09:01:42 2017
New Revision: 449330
URL: https://svnweb.freebsd.org/changeset/ports/449330

Log:
  - Fix WWW:
  - Cosmetic fixes

Modified:
  head/multimedia/linux_dvbwrapper-kmod/Makefile
  head/multimedia/linux_dvbwrapper-kmod/pkg-descr

Modified: head/multimedia/linux_dvbwrapper-kmod/Makefile
==============================================================================
--- head/multimedia/linux_dvbwrapper-kmod/Makefile	Wed Sep  6 09:01:42 2017	(r449329)
+++ head/multimedia/linux_dvbwrapper-kmod/Makefile	Wed Sep  6 09:01:42 2017	(r449330)
@@ -19,7 +19,7 @@ PLIST_FILES=	${KMODDIR}/linux_dvbwrapper.ko
 CFLAGS+=	${DEBUG_FLAGS}
 
 do-extract:
-	${MKDIR} ${WRKSRC}
-	${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.[ch] ${WRKSRC}
+	@${MKDIR} ${WRKSRC}
+	@${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.[ch] ${WRKSRC}
 
 .include <bsd.port.mk>

Modified: head/multimedia/linux_dvbwrapper-kmod/pkg-descr
==============================================================================
--- head/multimedia/linux_dvbwrapper-kmod/pkg-descr	Wed Sep  6 09:01:42 2017	(r449329)
+++ head/multimedia/linux_dvbwrapper-kmod/pkg-descr	Wed Sep  6 09:01:42 2017	(r449330)
@@ -4,4 +4,4 @@ so that Linux apps can talk to DVB/ATSC tuners via /de
 Note this port does not contain actual DVB drivers, those are
 provided by e.g. the multimedia/webcamd port.
 
-WWW: http://people.freebsd.org/~nox/dvb/
+WWW: https://people.freebsd.org/~nox/dvb/



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