Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 21:37:50 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba44cdbef624 - main - www/squidclamav: Move manpages to ${PREFIX}/share
Message-ID:  <202401152137.40FLboTx034062@gitrepo.freebsd.org>

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

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

commit ba44cdbef624646f666c4e2724531b1627888365
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-15 21:29:31 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-15 21:37:37 +0000

    www/squidclamav: Move manpages to ${PREFIX}/share
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 www/squidclamav/Makefile  | 3 ++-
 www/squidclamav/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/squidclamav/Makefile b/www/squidclamav/Makefile
index acc94ec5bb2d..6d42b2c338c9 100644
--- a/www/squidclamav/Makefile
+++ b/www/squidclamav/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	squidclamav
 PORTVERSION=	7.3
+PORTREVISION=	1
 CATEGORIES=	www security
 MASTER_SITES=	SF
 
@@ -16,7 +17,7 @@ USES=		cpe libtool shebangfix
 CPE_VENDOR=	darold
 
 SHEBANG_FILES=	cgi-bin/clwarn.cgi*
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --enable-static \
 		--sysconfdir="${PREFIX}/etc/c-icap" \
 		--with-c-icap=${LOCALBASE}
diff --git a/www/squidclamav/pkg-plist b/www/squidclamav/pkg-plist
index b9da2972a52e..521e6678817f 100644
--- a/www/squidclamav/pkg-plist
+++ b/www/squidclamav/pkg-plist
@@ -10,4 +10,4 @@ libexec/squidclamav/clwarn.cgi.fr_FR
 libexec/squidclamav/clwarn.cgi.ja_JP
 libexec/squidclamav/clwarn.cgi.pt_BR
 libexec/squidclamav/clwarn.cgi.ru_RU
-man/man1/squidclamav.1.gz
+share/man/man1/squidclamav.1.gz



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