git: 0479bb992b14 - main - editors/fileobj: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 10:42:48 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0479bb992b14af3a417ee23bc07db703d98c52e2
commit 0479bb992b14af3a417ee23bc07db703d98c52e2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 10:20:19 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 10:42:28 +0000
editors/fileobj: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
editors/fileobj/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile
index a7b996e06393..69c7627575c9 100644
--- a/editors/fileobj/Makefile
+++ b/editors/fileobj/Makefile
@@ -1,6 +1,7 @@
PORTNAME= fileobj
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= tkusumi@netbsd.org
@@ -15,10 +16,10 @@ USE_GITHUB= yes
GH_ACCOUNT= kusumi
USE_PYTHON= autoplist concurrent distutils optsuffix
-PLIST_FILES= man/man1/fileobj.1.gz
+PLIST_FILES= share/man/man1/fileobj.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>