Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:21 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 907184e50e6a - main - devel/libfaketime: Move man page to share/man
Message-ID:  <202403290821.42T8LLgP074786@gitrepo.freebsd.org>

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

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

commit 907184e50e6a4fad77b9508dbff071f9096de9ca
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:04:46 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:04:46 +0000

    devel/libfaketime: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libfaketime/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/libfaketime/Makefile b/devel/libfaketime/Makefile
index a13aac66a289..cc89c33ef7e5 100644
--- a/devel/libfaketime/Makefile
+++ b/devel/libfaketime/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	libfaketime
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.10
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -24,16 +25,15 @@ SHEBANG_FILES=	test/functests/common.inc test/testframe.sh
 # Add -DFAKE_STAT to FEATS to see why
 
 MAKE_ENV+=	FEATS="-DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS" \
-		MANDIR="/man" \
 		WARNS="-Wall"
 TEST_TARGET=	test
 
 PLIST_FILES=	bin/faketime \
 		lib/faketime/libfaketime.so.1 \
 		lib/faketime/libfaketimeMT.so.1 \
-		man/man1/faketime.1.gz \
 		share/doc/faketime/NEWS \
-		share/doc/faketime/README
+		share/doc/faketime/README \
+		share/man/man1/faketime.1.gz
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faketime \



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