summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:30:01 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:30:29 +0100
commit28cfe20550b8d64ee918cbfcf4fe5a3278650819 (patch)
tree71af0c4d98b5ba84b6c1b0b13d54be645e1468ce /astro/sunclock/Makefile
parenttextproc/ibus-typing-booster: upgrade to 2.24.11 (diff)
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index 5c14a15763cf..887934209370 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sunclock
PORTVERSION= 3.57
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro x11-clocks
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -49,7 +49,7 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} sunclock \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} sunclock.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${STAGEDIR}${PREFIX}/share/man/man1)
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${INSTALL_DATA} Sunclockrc \
${STAGEDIR}${DATADIR})