aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:06:05 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:06:05 +0000
commitdbe9f3f132c215d496bcf0fe5394ab8d0339ed38 (patch)
treee463746a1c040ef6dada08defbe17bffafedd9ec
parentd99d687d1859ab17402d98586861e4cd878f5225 (diff)
downloadports-dbe9f3f132c215d496bcf0fe5394ab8d0339ed38.tar.gz
ports-dbe9f3f132c215d496bcf0fe5394ab8d0339ed38.zip
devel/shards: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/shards/Makefile6
1 files 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