Date: Fri, 01 May 2026 05:05:05 +0000 From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca192e0ea718 - main - Remove GNU_CONFIGURE_MANPREFIX variable from my ports Message-ID: <69f43481.21911.2d855ac6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ak: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca192e0ea71897cd477005a179e60bfa2e66160a commit ca192e0ea71897cd477005a179e60bfa2e66160a Author: Alex Kozlov <ak@FreeBSD.org> AuthorDate: 2026-05-01 04:56:24 +0000 Commit: Alex Kozlov <ak@FreeBSD.org> CommitDate: 2026-05-01 05:00:41 +0000 Remove GNU_CONFIGURE_MANPREFIX variable from my ports --- emulators/dgen-sdl/Makefile | 1 - games/xbill/Makefile | 1 - x11-wm/vtwm/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 7ab9d208d643..78cdb27c77e0 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -12,7 +12,6 @@ USE_SDL= sdl USE_GL= glu USES= gl gmake sdl GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --disable-asm diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 886d87e962e1..1758aaf496a7 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -9,7 +9,6 @@ COMMENT= Save your computers from the evil clutches of Bill WWW= http://www.xbill.org GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --localstatedir=${SCORES_DIR} --disable-gtk SCORES_DIR?= ${DATADIR}/scores diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index a15515eeddb5..1ac8d79ade75 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libpng.so:graphics/png USES= pkgconfig xorg GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_XORG= x11 xext xft xinerama xpm xmu xrandr PLIST_FILES= bin/vtwm \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f43481.21911.2d855ac6>
