pkgsrc-WIP-changes archive

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

garage: fix pkgname with correct prefix



Module Name:	pkgsrc-wip
Committed By:	Thomas Merkel <tm%core.io@localhost>
Pushed By:	drscream
Date:		Wed Feb 16 18:54:56 2022 +0100
Changeset:	50459a953595fbdf2689503cdd16e7627b00a667

Modified Files:
	garage/Makefile

Log Message:
garage: fix pkgname with correct prefix

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

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

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

diffs:
diff --git a/garage/Makefile b/garage/Makefile
index 50f3cd34b4..86a78d59a8 100644
--- a/garage/Makefile
+++ b/garage/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	v0.6.0
-PKGNAME=	${DISTNAME:S,^v,,}
+PKGNAME=	garage-${DISTNAME:S,^v,,}
 CATEGORIES=	www
 MASTER_SITES=	https://git.deuxfleurs.fr/Deuxfleurs/garage/archive/
 


Home | Main Index | Thread Index | Old Index