pkgsrc-WIP-changes archive

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

guile-bytestructures: Fix the PKGNAME



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Jan 23 14:02:25 2019 +0000
Changeset:	4a3f8d891261fb868949b4d61b54dcea9730de55

Modified Files:
	guile-bytestructures/Makefile

Log Message:
guile-bytestructures: Fix the PKGNAME

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

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

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

diffs:
diff --git a/guile-bytestructures/Makefile b/guile-bytestructures/Makefile
index 90e241912b..92c857284e 100644
--- a/guile-bytestructures/Makefile
+++ b/guile-bytestructures/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	scheme-bytestructures
 DISTNAME=	v1.0.5
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S/v//}
+PKGNAME=	${GITHUB_PROJECT:S/scheme/guile/}-${DISTNAME:S/v//}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=TaylanUB/}
 DIST_SUBDIR=	${GITHUB_PROJECT}


Home | Main Index | Thread Index | Old Index