summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-09-14 18:15:34 +0000
committerjoerg <joerg@pkgsrc.org>2020-09-14 18:15:34 +0000
commitffaff052236db87fa5ad40739d610d53dee28e07 (patch)
tree118913d95ffc0bebaf6257d03cd4e6f35fab94dd /cross
parenta88abe7a1b86de03afdc61a46b6cc6cf57ab5a83 (diff)
downloadpkgsrc-ffaff052236db87fa5ad40739d610d53dee28e07.tar.gz
Don't use PKGREVISION in DIST_SUBDIR.
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-lx106-elf-gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/xtensa-lx106-elf-gcc/Makefile b/cross/xtensa-lx106-elf-gcc/Makefile
index d18b6e0c2aa..8ece1659849 100644
--- a/cross/xtensa-lx106-elf-gcc/Makefile
+++ b/cross/xtensa-lx106-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 18:06:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/14 18:15:34 joerg Exp $
# using configure options and sources from
# https://github.com/earlephilhower/esp-quick-toolchain
@@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=jcmvbkbc/}
GITHUB_PROJECT= gcc-xtensa
GITHUB_TAG= a0936f8b396491bc7894c8bc5e80971cc9138e94
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
# Custom xtensa newlib
DISTFILES= ${DEFAULT_DISTFILES}