Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2024 15:41:09 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73574bb9bc7a - main - mail/dot-forward: remove cat files
Message-ID:  <202401091541.409Ff9Oq054645@gitrepo.freebsd.org>

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

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

commit 73574bb9bc7ae2e2fb10345627d9c86802ffb650
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-09 15:02:40 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-09 15:41:04 +0000

    mail/dot-forward: remove cat files
    
    cat files have been removed from base long ago, brings no values in 2023
    while here remove usage of MANPREFIX and move manpages to share/man
---
 mail/dot-forward/Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/mail/dot-forward/Makefile b/mail/dot-forward/Makefile
index 034754865007..cd696998476d 100644
--- a/mail/dot-forward/Makefile
+++ b/mail/dot-forward/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dot-forward
 PORTVERSION=	0.71
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://cr.yp.to/software/
 
@@ -12,8 +13,7 @@ USES=		gmake groff
 ALL_TARGET=	default
 
 PLIST_FILES=	bin/dot-forward \
-		man/man1/dot-forward.1.gz \
-		man/cat1/dot-forward.0.gz
+		share/man/man1/dot-forward.1.gz
 
 do-install:
 .for binfile in dot-forward
@@ -21,11 +21,7 @@ do-install:
 .endfor
 
 .for manfile in dot-forward.1
-	${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/man/man1/${manfile}
-.endfor
-
-.for catfile in dot-forward.0
-	${INSTALL_MAN} ${WRKSRC}/${catfile} ${STAGEDIR}${MAN1PREFIX}/man/cat1/${catfile}
+	${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/share/man/man1/${manfile}
 .endfor
 
 .include <bsd.port.mk>



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