pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

msedit: Rename the binary as msedit.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Thu Dec 11 03:39:36 2025 +0100
Changeset:	baee7797fe9dd25eebdaf801d6b454d696fb1682

Modified Files:
	msedit/Makefile
	msedit/PLIST

Log Message:
msedit: Rename the binary as msedit.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=baee7797fe9dd25eebdaf801d6b454d696fb1682

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 msedit/Makefile | 3 +++
 msedit/PLIST    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/msedit/Makefile b/msedit/Makefile
index 0677a092c5..107275c7fc 100644
--- a/msedit/Makefile
+++ b/msedit/Makefile
@@ -19,5 +19,8 @@ MAKE_ENV+=	RUSTC_BOOTSTRAP=1
 
 .include "cargo-depends.mk"
 
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/edit ${DESTDIR}${PREFIX}/bin/msedit
+
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/msedit/PLIST b/msedit/PLIST
index ad87f89d1c..92b7a3b3ef 100644
--- a/msedit/PLIST
+++ b/msedit/PLIST
@@ -1,2 +1,2 @@
 @comment $NetBSD$
-bin/edit
+bin/msedit


Home | Main Index | Thread Index | Old Index