Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 11:57:49 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07cdcdf223cb - main - games/filters: Move manpages to share/man
Message-ID:  <202401211157.40LBvn93006148@gitrepo.freebsd.org>

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

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

commit 07cdcdf223cb07f2a96c54ef9b5d27e0031c7d48
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 11:57:41 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 11:57:47 +0000

    games/filters: Move manpages to share/man
---
 games/filters/Makefile  | 14 ++++++++------
 games/filters/pkg-plist |  2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/games/filters/Makefile b/games/filters/Makefile
index 4fec6a1598bd..1c3a6536f0ba 100644
--- a/games/filters/Makefile
+++ b/games/filters/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	filters
-PORTVERSION=	2.55
+DISTVERSION=	2.55
 DISTVERSIONSUFFIX=	.orig
+PORTREVISION=	1
 CATEGORIES=	games perl5
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}
@@ -11,11 +12,14 @@ WWW=		https://joeyh.name/code/filters/
 
 LICENSE=	GPLv2
 
-CONFLICTS=	chef kenny lolcat talkfilters
-
 USES=		gmake perl5 shebangfix
+
+SHEBANG_FILES=	${PERLFILTERS}
+
 MAKE_JOBS_UNSAFE=	yes
 
+CONFLICTS=	chef kenny lolcat talkfilters
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PERLFILTERS=	b1ff censor chef eleet fudd jibberish kenny pirate rasterman \
@@ -23,8 +27,6 @@ PERLFILTERS=	b1ff censor chef eleet fudd jibberish kenny pirate rasterman \
 CFILTERS=	jethro kraut cockney jive nyc ken ky00te newspeak nethackify \
 		scramble
 
-SHEBANG_FILES=	${PERLFILTERS}
-
 post-extract:
 	@${MV} ${WRKSRC}/${PORTNAME}.6 ${WRKSRC}/${PORTNAME}.1
 
@@ -35,6 +37,6 @@ do-install:
 .for f in ${PERLFILTERS}
 	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
 
 .include <bsd.port.mk>
diff --git a/games/filters/pkg-plist b/games/filters/pkg-plist
index c88e3f3c85e6..eb48fce72683 100644
--- a/games/filters/pkg-plist
+++ b/games/filters/pkg-plist
@@ -24,4 +24,4 @@ bin/spammer
 bin/studly
 bin/uniencode
 bin/upside-down
-man/man1/filters.1.gz
+share/man/man1/filters.1.gz



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