Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 11:06:47 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 821a15484497 - main - misc/tdrop: Move man pages to share/man
Message-ID:  <202403171106.42HB6lDc073123@gitrepo.freebsd.org>

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

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

commit 821a154844975b9356eaa5c9760b3442c5e1ffa0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 10:37:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:24 +0000

    misc/tdrop: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/tdrop/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/tdrop/Makefile b/misc/tdrop/Makefile
index ac0ec8f33bcb..f2ae3330e3e3 100644
--- a/misc/tdrop/Makefile
+++ b/misc/tdrop/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tdrop
 DISTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -24,10 +25,10 @@ GH_ACCOUNT=	noctuid
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/tdrop \
-		man/man1/tdrop.1.gz
+		share/man/man1/tdrop.1.gz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tdrop ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/tdrop.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/tdrop.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>



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