aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-16 01:45:53 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-16 01:45:53 +0800
commit8ea55165338456151eac0065c95bebfc0732fc5d (patch)
treec7f13b363102e89682b103bee84fa2a148048c0a /sysutils
parent912615ea10fe92f0359790ef62c8941d3d01b619 (diff)
downloadfreebsd-ports-gnome-8ea55165338456151eac0065c95bebfc0732fc5d.tar.gz
freebsd-ports-gnome-8ea55165338456151eac0065c95bebfc0732fc5d.tar.zst
freebsd-ports-gnome-8ea55165338456151eac0065c95bebfc0732fc5d.zip
Update manpage location (r523104)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tty-clock/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/tty-clock/Makefile b/sysutils/tty-clock/Makefile
index eb70f0b25c89..e2978c778098 100644
--- a/sysutils/tty-clock/Makefile
+++ b/sysutils/tty-clock/Makefile
@@ -17,16 +17,16 @@ ALL_TARGET= tty-clock
LDFLAGS+= -l${NCURSES_IMPL}
PLIST_FILES= bin/tty-clock \
- man/man1/tty-clock.1.gz
+ share/man/man1/tty-clock.1.gz
GH_ACCOUNT= xorg62
USE_GITHUB= yes
post-patch:
- @${REINPLACE_CMD} -e 's|share/man|man|; s| -g||; /@echo /d; /@chmod/d' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's| -g||; /@echo /d; /@chmod/d' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tty-clock ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/tty-clock.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/tty-clock.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>