Date: Sun, 21 Jan 2024 14:40:08 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e7b17978054d - main - databases/pgreplay: Manpage cleanup Message-ID: <202401211440.40LEe8KD082436@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7b17978054d3503803663cc17e018a2c1ba9bcc commit e7b17978054d3503803663cc17e018a2c1ba9bcc Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2024-01-21 14:39:31 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2024-01-21 14:40:00 +0000 databases/pgreplay: Manpage cleanup While here, mollify portlint. --- databases/pgreplay/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/databases/pgreplay/Makefile b/databases/pgreplay/Makefile index 8360cc1e1235..c0acb035d0aa 100644 --- a/databases/pgreplay/Makefile +++ b/databases/pgreplay/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgreplay DISTVERSIONPREFIX= ${PORTNAME:tu}_ DISTVERSION= 1_3_0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org @@ -10,18 +10,17 @@ WWW= https://github.com/laurenz/pgreplay LICENSE= PostgreSQL +USES= pgsql autoreconf USE_GITHUB= yes GH_ACCOUNT= laurenz - -USES= pgsql autoreconf GNU_CONFIGURE= yes -PLIST_FILES= bin/pgreplay man/man1/pgreplay.1.gz +PLIST_FILES= bin/pgreplay share/man/man1/pgreplay.1.gz ALL_TARGET= ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgreplay ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pgreplay.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pgreplay.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?202401211440.40LEe8KD082436>