aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:01:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 19:25:26 +0000
commit737e5c5f2ed43d31f88e8010a83ecd1856bf75ac (patch)
treeb8ffcff6a369cbad432e2c8c7a690ff305f29fb8
parent3c3c71c37418e62e38cd70854d08b4e71f553e03 (diff)
downloadports-737e5c5f2ed43d31f88e8010a83ecd1856bf75ac.tar.gz
ports-737e5c5f2ed43d31f88e8010a83ecd1856bf75ac.zip
databases/pspg: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--databases/pspg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile
index ebfb3ddf1cbc..3b0153c6080b 100644
--- a/databases/pspg/Makefile
+++ b/databases/pspg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pspg
DISTVERSION= 5.7.4
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= dmgk@FreeBSD.org
@@ -19,7 +20,7 @@ GNU_CONFIGURE= yes
SUB_FILES= pkg-message
-PLIST_FILES= bin/pspg man/man1/pspg.1.gz
+PLIST_FILES= bin/pspg share/man/man1/pspg.1.gz
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS INOTIFY PGSQL
@@ -39,7 +40,7 @@ PGSQL_VARS= WANT_PGSQL=client
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
- ${INSTALL_MAN} ${WRKSRC}/pspg.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/pspg.1 ${STAGEDIR}${PREFIX}/share/man/man1/
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}