pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
exa: 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:26 2019 -0500
Changeset: d00de452b24081895cda8749e858a4c99f84a571
Modified Files:
exa/Makefile
Log Message:
exa: 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=d00de452b24081895cda8749e858a4c99f84a571
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
exa/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/exa/Makefile b/exa/Makefile
index 1987a33f62..6a2b12f247 100644
--- a/exa/Makefile
+++ b/exa/Makefile
@@ -4,7 +4,7 @@ DISTNAME= exa-0.8.0.20190525 # 0.9.0-pre
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=ogham/}
GITHUB_TAG= 35bf32abb9b8b445127c4722f45dcda25a55075a
-DIST_SUBDIR= exa
+DIST_SUBDIR= ${PKGBASE}
EXTRACT_USING= bsdtar
MAINTAINER= fox%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index