Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 21:51:51 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: 56fd7cff60cd - main - devel/ucpp: Impelled to share/man
Message-ID:  <202401232151.40NLppbx097226@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=56fd7cff60cd05f7740fb5cb5eb314a75be9b330

commit 56fd7cff60cd05f7740fb5cb5eb314a75be9b330
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 21:06:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 21:51:23 +0000

    devel/ucpp: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/ucpp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile
index d300acca1b13..91ea80fef4d5 100644
--- a/devel/ucpp/Makefile
+++ b/devel/ucpp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ucpp
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 
@@ -14,11 +15,11 @@ GH_ACCOUNT=	lpsantil
 GH_TAGNAME=	31b719e
 USE_GITHUB=	yes
 
-PLIST_FILES=	bin/ucpp man/man1/ucpp.1.gz
+PLIST_FILES=	bin/ucpp share/man/man1/ucpp.1.gz
 USES=		gmake
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.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?202401232151.40NLppbx097226>