pkgsrc-WIP-changes archive

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

PKGNAME corrected thanks to Roland's suggestion



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jul 5 12:45:51 2022 +0530
Changeset:	a0f3382947a09193c20364ac9126c7ff333f5b05

Modified Files:
	ltsmin/Makefile

Log Message:
PKGNAME corrected thanks to Roland's suggestion

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

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

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

diffs:
diff --git a/ltsmin/Makefile b/ltsmin/Makefile
index 1d4d053e26..0fb78ccbd2 100644
--- a/ltsmin/Makefile
+++ b/ltsmin/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	ltsmin-v3.0.2-source
-PKGNAME=	${DISTNAME:S,-v,-,}
+PKGNAME=	${DISTNAME:S,-v,-,:S,-source$,,}
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=utwente-fmt/ltsmin/releases/download/v3.0.2/}
 EXTRACT_SUFX=	.tgz


Home | Main Index | Thread Index | Old Index