Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 20:45:00 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69a794994e7f - main - */*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Message-ID:  <202404132045.43DKj0HC074723@gitrepo.freebsd.org>

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

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

commit 69a794994e7f30ecfcae16373c3d93d51545320b
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-04-13 20:42:30 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-04-13 20:42:30 +0000

    */*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/liblouis/Makefile        | 1 -
 devel/libzvbi/Makefile         | 1 -
 multimedia/kvazaar/Makefile    | 1 -
 net/isc-dhcp44-server/Makefile | 1 -
 security/openfortivpn/Makefile | 1 -
 security/trousers/Makefile     | 1 -
 sysutils/openipmi/Makefile     | 1 -
 sysutils/sdparm/Makefile       | 1 -
 x11/yad/Makefile               | 1 -
 9 files changed, 9 deletions(-)

diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile
index d73b64010621..2a130ea90cfd 100644
--- a/devel/liblouis/Makefile
+++ b/devel/liblouis/Makefile
@@ -15,7 +15,6 @@ USES=		autoreconf cpe gmake libtool pathfix shebangfix
 SHEBANG_FILES=	tools/lou_maketable.d/substrings.pl
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index aff8e2e42657..b729f3d72b2b 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -16,7 +16,6 @@ LIB_DEPENDS+=	libpng.so:graphics/png \
 
 USES=		iconv libtool localbase pathfix tar:bzip2
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--without-doxygen
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/multimedia/kvazaar/Makefile b/multimedia/kvazaar/Makefile
index 790814695def..f5b9dd097f46 100644
--- a/multimedia/kvazaar/Makefile
+++ b/multimedia/kvazaar/Makefile
@@ -15,7 +15,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ultravideo
 GH_TUPLE=	silentbicycle:greatest:v1.0.0:greatest/greatest
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 TEST_TARGET=	check
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
diff --git a/net/isc-dhcp44-server/Makefile b/net/isc-dhcp44-server/Makefile
index 0e8916efe932..b25044874a60 100644
--- a/net/isc-dhcp44-server/Makefile
+++ b/net/isc-dhcp44-server/Makefile
@@ -59,7 +59,6 @@ GROUPS=		dhcpd
 
 MAN_COMPRESSED=	no
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CPPFLAGS+=	-D_PATH_DHCLIENT_SCRIPT='\"${PREFIX}/sbin/dhclient-script\"' -D_PATH_DHCLIENT_CONF='\"${PREFIX}/etc/dhclient.conf\"' -D_PATH_DHCPD_CONF='\"${PREFIX}/etc/dhcpd.conf\"'
 SCRIPTS_ENV+=	PKG_PREFIX=${PREFIX}
 
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile
index ae83e4d48e1f..6f0ec2f6d5c8 100644
--- a/security/openfortivpn/Makefile
+++ b/security/openfortivpn/Makefile
@@ -19,7 +19,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	adrienverge
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV=	ac_cv_path_SED=${LOCALBASE}/bin/gsed \
 		OPENSSL_CFLAGS=${OPENSSLINC} \
 		OPENSSL_LIBS="-lssl -lcrypto"
diff --git a/security/trousers/Makefile b/security/trousers/Makefile
index 863c35e41098..7fcaa92f8bab 100644
--- a/security/trousers/Makefile
+++ b/security/trousers/Makefile
@@ -22,7 +22,6 @@ USE_LDCONFIG=	YES
 USE_RC_SUBR=	tcsd
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	YES
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-gui=none --enable-static \
 		--localstatedir=${PREFIX}/var \
 		--with-tssuser=${USERS} \
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile
index c58e7b703b36..50b70810c1a8 100644
--- a/sysutils/openipmi/Makefile
+++ b/sysutils/openipmi/Makefile
@@ -19,7 +19,6 @@ USES=		gmake libtool localbase:ldflags ncurses pathfix \
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	GDBM GLIB20 PERL PYTHON SNMP SSL TCL TKINTER
diff --git a/sysutils/sdparm/Makefile b/sysutils/sdparm/Makefile
index 84b97b836283..b8e21f40f037 100644
--- a/sysutils/sdparm/Makefile
+++ b/sysutils/sdparm/Makefile
@@ -13,7 +13,6 @@ LICENSE=	BSD3CLAUSE
 USE_LDCONFIG=	yes
 USES=		shebangfix tar:tgz
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 SHEBANG_FILES=	scripts/sas_disk_blink
 
diff --git a/x11/yad/Makefile b/x11/yad/Makefile
index 15f5584bebc1..443bc8199296 100644
--- a/x11/yad/Makefile
+++ b/x11/yad/Makefile
@@ -19,7 +19,6 @@ USES=		autoreconf gettext gnome gmake pkgconfig
 
 USE_GNOME=	cairo gtk30 intltool
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV+=	DATADIRNAME=share
 CONFIGURE_ARGS+=	--with-rgb=${LOCALBASE}/lib/X11/rgb.txt
 GLIB_SCHEMAS=	yad.gschema.xml



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