pkgsrc-WIP-changes archive

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

bat: Make DIST_SUBDIR get assigned by PKGBASE instead of hardcoding the name. Suggested by leot@



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sat May 25 15:41:02 2019 -0500
Changeset:	42f7493e01d0bc14c328747e8f1f2a7a6a01c504

Modified Files:
	bat/Makefile

Log Message:
bat: Make DIST_SUBDIR get assigned by PKGBASE instead of hardcoding the name. Suggested by leot@

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

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

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

diffs:
diff --git a/bat/Makefile b/bat/Makefile
index f8b8b84faf..3b128f36c6 100644
--- a/bat/Makefile
+++ b/bat/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	bat-0.11.0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sharkdp/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-DIST_SUBDIR=	bat
+DIST_SUBDIR=	${PKGBASE}
 EXTRACT_USING=	bsdtar
 
 MAINTAINER=	fox%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index