git: 91659e514578 - main - editors/ne: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:26 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91659e5145786f24e9adb7b54a07e55ec387135b
commit 91659e5145786f24e9adb7b54a07e55ec387135b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:25:35 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:02 +0000
editors/ne: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
editors/ne/Makefile | 3 ++-
editors/ne/pkg-plist | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index c198ec1cabf2..93a42ac1bd53 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ne
PORTVERSION= 3.3.3
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://ne.di.unimi.it/
@@ -43,7 +44,7 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ne
- ${INSTALL_MAN} ${WRKSRC}/doc/ne.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/ne.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/ne.info.gz \
${STAGEDIR}${PREFIX}/${INFO_PATH}/
diff --git a/editors/ne/pkg-plist b/editors/ne/pkg-plist
index d5f194f36dea..103f5cedfa6c 100644
--- a/editors/ne/pkg-plist
+++ b/editors/ne/pkg-plist
@@ -1,5 +1,5 @@
bin/ne
-man/man1/ne.1.gz
+share/man/man1/ne.1.gz
%%PORTDOCS%%%%DOCSDIR%%/About.html
%%PORTDOCS%%%%DOCSDIR%%/Acknowledgments.html
%%PORTDOCS%%%%DOCSDIR%%/AdjustView.html