svn commit: r308537 - head/lib/libgcc_s

Glen Barber gjb at FreeBSD.org
Fri Nov 11 18:47:54 UTC 2016


Author: gjb
Date: Fri Nov 11 18:47:53 2016
New Revision: 308537
URL: https://svnweb.freebsd.org/changeset/base/308537

Log:
  Spell 'PACKAGE' correctly.
  
  Submitted by:	Kyle Evans, emaste
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libgcc_s/Makefile

Modified: head/lib/libgcc_s/Makefile
==============================================================================
--- head/lib/libgcc_s/Makefile	Fri Nov 11 18:10:13 2016	(r308536)
+++ head/lib/libgcc_s/Makefile	Fri Nov 11 18:47:53 2016	(r308537)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PKG=		clibs
+PACKAGE=	clibs
 SHLIB_NAME=	libgcc_s.so.1
 SHLIBDIR?=	/lib
 


More information about the svn-src-head mailing list