pkgsrc-WIP-changes archive

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

gcc7-contrib: make PKGNAME match directory name



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 14 12:36:15 2017 +0200
Changeset:	58bd81d53fcd4e84413c07541e7acb6bfee84501

Modified Files:
	gcc7-contrib/Makefile

Log Message:
gcc7-contrib: make PKGNAME match directory name

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

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

diffstat:
 gcc7-contrib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gcc7-contrib/Makefile b/gcc7-contrib/Makefile
index be27ea6f6e..faca2276cb 100644
--- a/gcc7-contrib/Makefile
+++ b/gcc7-contrib/Makefile
@@ -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}/}
 


Home | Main Index | Thread Index | Old Index