pkgsrc-WIP-changes archive

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

msedit: make PKGNAME match directory name



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Dec 7 00:06:30 2025 +0100
Changeset:	4500492a7e31c5963fa7f26d7317a388e8b261d4

Modified Files:
	msedit/Makefile

Log Message:
msedit: make PKGNAME match directory name

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

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

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

diffs:
diff --git a/msedit/Makefile b/msedit/Makefile
index 59e149c9cc..0677a092c5 100644
--- a/msedit/Makefile
+++ b/msedit/Makefile
@@ -1,9 +1,10 @@
 # $NetBSD$
 
 DISTNAME=	edit-1.2.1
-PKGNAME=	${DISTNAME}
+PKGNAME=	ms${DISTNAME}
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=microsoft/}
+GITHUB_PROJECT=	edit
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index