diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-16 01:45:53 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-16 01:45:53 +0800 |
commit | 8ea55165338456151eac0065c95bebfc0732fc5d (patch) | |
tree | c7f13b363102e89682b103bee84fa2a148048c0a /sysutils | |
parent | 912615ea10fe92f0359790ef62c8941d3d01b619 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |