gcc7-contrib: make PKGNAME match directory name

This commit is contained in:
Thomas Klausner 2017-09-14 12:36:15 +02:00
parent b96ae0beb8
commit 58bd81d53f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
GCC7_DIST_VERSION= 7.2.0
DISTNAME= gcc-${GCC7_DIST_VERSION}
PKGNAME= gcc7-contrib-${GCC7_DIST_VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC7_DIST_VERSION}/}