Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 07:52:20 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e2a237492f53 - main - games/sex: Move man pages to share/man
Message-ID:  <202403210752.42L7qKe3093340@gitrepo.freebsd.org>

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

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

commit e2a237492f53d81228e1c7cf25c2d75a85f72250
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-21 07:51:19 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-21 07:51:19 +0000

    games/sex: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 games/sex/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games/sex/Makefile b/games/sex/Makefile
index 9c90476898af..d887ce9d401f 100644
--- a/games/sex/Makefile
+++ b/games/sex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sex
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://spatula.net/software/sex/
 
@@ -9,7 +9,9 @@ COMMENT=	Spouts silly mad-lib-style porn-like text
 
 USES=		uidfix
 
+MAKE_ARGS=	MANDIR="${PREFIX}/share/man/man"
+
 PLIST_FILES=	bin/sex \
-		man/man6/sex.6.gz
+		share/man/man6/sex.6.gz
 
 .include <bsd.port.mk>



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