Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:25 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: dbe9f3f132c2 - main - devel/shards: Move man pages to share/man
Message-ID:  <202403290821.42T8LPX9074972@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=dbe9f3f132c215d496bcf0fe5394ab8d0339ed38

commit dbe9f3f132c215d496bcf0fe5394ab8d0339ed38
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:06:05 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:06:05 +0000

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

diff --git a/devel/shards/Makefile b/devel/shards/Makefile
index 440569117587..9aee39919f21 100644
--- a/devel/shards/Makefile
+++ b/devel/shards/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	shards
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.3
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	dmgk@FreeBSD.org
@@ -24,12 +25,11 @@ GH_TUPLE=	crystal-lang:crystal-molinillo:v0.2.0:molinillo/lib/molinillo
 
 MAKE_ARGS+=	CRYSTAL="${LOCALBASE}/bin/crystal" \
 		FLAGS="--release --no-debug" \
-		MANDIR="${STAGEDIR}${PREFIX}/man" \
 		SHARDS_CONFIG_BUILD_COMMIT="d75b004dd3d0"
 
 PLIST_FILES=	bin/shards \
-		man/man1/shards.1.gz \
-		man/man5/shard.yml.5.gz
+		share/man/man1/shards.1.gz \
+		share/man/man5/shard.yml.5.gz
 
 post-install:
 		@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shards



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