pkgsrc-WIP-changes archive

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

dash-el: FIx PKGNAME to match directory name



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Wed Aug 16 08:57:01 2023 +0900
Changeset:	091c5861092915aea4f0a828a9efcab58aaf1960

Modified Files:
	dash-el/Makefile

Log Message:
dash-el: FIx PKGNAME to 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=091c5861092915aea4f0a828a9efcab58aaf1960

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

diffstat:
 dash-el/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/dash-el/Makefile b/dash-el/Makefile
index 1d237d0f50..d7bcebcd80 100644
--- a/dash-el/Makefile
+++ b/dash-el/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	dash.el-2.19.1
-PKGNAME=	${DISTNAME:C/\.el//}
+PKGNAME=	${DISTNAME:C/\.el/-el/}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=magnars/}
 GITHUB_PROJECT=	dash.el


Home | Main Index | Thread Index | Old Index