Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 16:11:45 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9dd763c70bf - main - multimedia/mjpg-streamer: Fix typo
Message-ID:  <202108291611.17TGBjRG084826@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by swills:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9dd763c70bf591d29fb9b8d9b79469c58aba55c

commit c9dd763c70bf591d29fb9b8d9b79469c58aba55c
Author:     Steve Wills <swills@FreeBSD.org>
AuthorDate: 2021-08-29 16:10:00 +0000
Commit:     Steve Wills <swills@FreeBSD.org>
CommitDate: 2021-08-29 16:11:30 +0000

    multimedia/mjpg-streamer: Fix typo
    
    Reported by:    matthew
---
 multimedia/mjpg-streamer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile
index b3e80928a5f2..46fcd5384aef 100644
--- a/multimedia/mjpg-streamer/Makefile
+++ b/multimedia/mjpg-streamer/Makefile
@@ -24,7 +24,7 @@ WRKSRC_SUBDIR=	mjpg-streamer-experimental
 USE_RC_SUBR=	mjpg_streamer
 SUB_FILES+=	pkg-message
 
-PORTCOUT=	skip:^1\.0\.0
+PORTSCOUT=	skip:^1\.0\.0
 
 post-build:
 	cd ${WRKSRC}/plugins/input_testpicture && \



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