git: bea805824692 - main - print/utopia: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Mar 2024 07:52:27 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bea805824692a8a44196afa9e5c1027d20bc7807
commit bea805824692a8a44196afa9e5c1027d20bc7807
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-21 07:51:21 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-21 07:51:21 +0000
print/utopia: Move man pages to share/man
Approved by: portmgr (blanket)
---
print/utopia/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/print/utopia/Makefile b/print/utopia/Makefile
index fc6d09f3bd5d..dd0bf3bdcc5c 100644
--- a/print/utopia/Makefile
+++ b/print/utopia/Makefile
@@ -1,5 +1,6 @@
PORTNAME= utopia
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= https://BSDforge.com/projects/source/print/utopia/
@@ -10,9 +11,10 @@ WWW= http://www.mammothcheese.ca/munger.html
MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}" \
+ MANDIR="${STAGEDIR}${PREFIX}/share/man/man7/" \
PREFIX=${PREFIX}
-PLIST_FILES= man/man7/utopia_font.7.gz
+PLIST_FILES= share/man/man7/utopia_font.7.gz
PORTDATA= *
.include <bsd.port.mk>