Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 12:26:32 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 979c4e2e3ac8 - main - games/volleyball: Sanitize MANPREFIX
Message-ID:  <202401221226.40MCQWfh097731@gitrepo.freebsd.org>

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

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

commit 979c4e2e3ac816e0b49332deca5d5a0246aadbcf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 11:16:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 12:26:16 +0000

    games/volleyball: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 games/volleyball/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile
index fa9ccf735915..b25c290502f6 100644
--- a/games/volleyball/Makefile
+++ b/games/volleyball/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	volleyball
 PORTVERSION=	0.8.6
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	games
 MASTER_SITES=	http://www.losersjuegos.com.ar/_media/juegos/volleyball/descargas/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -14,12 +14,12 @@ WWW=		http://www.losersjuegos.com.ar/juegos/volleyball
 USES=		gmake sdl
 USE_SDL=	sdl image mixer
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support
+CONFIGURE_ARGS=	--mandir="${PREFIX}/share/man" --disable-nls # strangeness in nls support
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lm
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man6/volleyball.6.gz
+		share/man/man6/volleyball.6.gz
 PORTDOCS=	*
 PORTDATA=	*
 



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