Skip to content

Commit

Permalink
databases/pgreplay: Manpage cleanup
Browse files Browse the repository at this point in the history
While here, mollify portlint.
  • Loading branch information
infracaninophile committed Jan 21, 2024
1 parent 8b37c83 commit e7b1797
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions 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
Expand All @@ -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>

0 comments on commit e7b1797

Please sign in to comment.