Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98e1a6723629 - main - www/tinyproxy: Cosmetic change
Message-ID:  <202110251601.19PG1lq0074213@gitrepo.freebsd.org>

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

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

commit 98e1a6723629bc9a62ac4d55e601a59bf98f67fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:06:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:18 +0000

    www/tinyproxy: Cosmetic change
---
 www/tinyproxy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index be3df332f45f..4960a7469bcf 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe gmake tar:xz
-CPE_VENDOR=	${PORTNAME}_project
 
 CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 		--disable-manpage_support \
@@ -22,6 +21,8 @@ CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	tinyproxy
 
+CPE_VENDOR=	tinyproxy_project
+
 OPTIONS_DEFINE=	FILTER REVERSE UPSTREAM TRANSPARENT XHEADER
 OPTIONS_DEFAULT=FILTER REVERSE UPSTREAM TRANSPARENT XHEADER
 FILTER_DESC=		Filter support



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