summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:30:01 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:30:29 +0100
commit28cfe20550b8d64ee918cbfcf4fe5a3278650819 (patch)
tree71af0c4d98b5ba84b6c1b0b13d54be645e1468ce /databases
parenttextproc/ibus-typing-booster: upgrade to 2.24.11 (diff)
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'databases')
-rw-r--r--databases/mysqlbackup/Makefile4
-rw-r--r--databases/postgresql-relay/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysqlbackup/Makefile b/databases/mysqlbackup/Makefile
index ff757dc3c21c..526a0da63807 100644
--- a/databases/mysqlbackup/Makefile
+++ b/databases/mysqlbackup/Makefile
@@ -20,7 +20,7 @@ PERIODICS= 200.mysqlbackup.daily \
PLIST_FILES= bin/mysqlbackup \
${PERIODICS:C,^(.*)\.(.*)$,\2/\1,:S,^,etc/periodic/,} \
- man/man1/mysqlbackup.1.gz
+ share/man/man1/mysqlbackup.1.gz
pre-install:
@${REINPLACE_CMD} ${SUB_LIST:S,$,!g,:S,^, -e s!%%,:S,=,%%!,} \
@@ -33,7 +33,7 @@ do-install:
${STAGEDIR}${PREFIX}/etc/periodic/${periodic:E}/${periodic:R}
.endfor
${INSTALL_MAN} ${WRKSRC}/mysqlbackup.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1/mysqlbackup.1
+ ${STAGEDIR}${PREFIX}/share//man/man1/mysqlbackup.1
${INSTALL_SCRIPT} ${WRKSRC}/mysqlbackup \
${STAGEDIR}${PREFIX}/bin/mysqlbackup
diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile
index 6be3b8ab0369..51d3c970a678 100644
--- a/databases/postgresql-relay/Makefile
+++ b/databases/postgresql-relay/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgresql-relay
PORTVERSION= 1.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases net
MASTER_SITES= http://www.mavetju.org/download/
@@ -15,13 +15,13 @@ USE_PERL5= build
USE_RC_SUBR= postgresql-relay
PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \
- man/man8/postgresql-relay.8.gz
+ share/man/man8/postgresql-relay.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample \
${STAGEDIR}${PREFIX}/etc/postgresql-relay.conf-sample
${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 \
- ${STAGEDIR}${MANPREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>