Date: Wed, 15 Jan 2020 17:45:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523128 - head/sysutils/tty-clock Message-ID: <202001151745.00FHjs6j033136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 15 17:45:53 2020 New Revision: 523128 URL: https://svnweb.freebsd.org/changeset/ports/523128 Log: Update manpage location (r523104) Modified: head/sysutils/tty-clock/Makefile Modified: head/sysutils/tty-clock/Makefile ============================================================================== --- head/sysutils/tty-clock/Makefile Wed Jan 15 17:45:48 2020 (r523127) +++ head/sysutils/tty-clock/Makefile Wed Jan 15 17:45:53 2020 (r523128) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001151745.00FHjs6j033136>