svn commit: r325524 - head/lib/libcasper/libcasper

Glen Barber gjb at FreeBSD.org
Wed Nov 8 01:02:15 UTC 2017


Author: gjb
Date: Wed Nov  8 01:00:59 2017
New Revision: 325524
URL: https://svnweb.freebsd.org/changeset/base/325524

Log:
  Fix the 'casper' package, following r325062.
  
  Submitted by:	woodsb02
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libcasper/libcasper/Makefile

Modified: head/lib/libcasper/libcasper/Makefile
==============================================================================
--- head/lib/libcasper/libcasper/Makefile	Wed Nov  8 00:39:04 2017	(r325523)
+++ head/lib/libcasper/libcasper/Makefile	Wed Nov  8 01:00:59 2017	(r325524)
@@ -4,7 +4,7 @@ SHLIBDIR?=	/lib
 
 .include <src.opts.mk>
 
-PACKAGE=${LIB}
+PACKAGE=casper
 
 .if ${MK_CASPER} != "no"
 SHLIB=	casper


More information about the svn-src-all mailing list