git: df8305406e65 - main - editors/scite: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:25 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df8305406e6599e59defbd8b45061d85a24acb8b
commit df8305406e6599e59defbd8b45061d85a24acb8b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:25:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:02 +0000
editors/scite: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
editors/scite/Makefile | 4 ++--
editors/scite/pkg-plist | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 78e0ffc7d15e..9985982abcce 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scite
DISTVERSION= 4.4.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
@@ -47,7 +47,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin/SciTE ${STAGEDIR}${PREFIX}/bin
${LN} -sf SciTE ${STAGEDIR}${PREFIX}/bin/scite
- ${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${STAGEDIR}${PREFIX}/share/pixmaps
(cd ${WRKSRC}/../src && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist
index fd8b0f08ae89..dc7e91e8605d 100644
--- a/editors/scite/pkg-plist
+++ b/editors/scite/pkg-plist
@@ -1,5 +1,5 @@
bin/SciTE
bin/scite
-man/man1/scite.1.gz
+share/man/man1/scite.1.gz
share/applications/SciTE.desktop
share/pixmaps/Sci48M.png