svn commit: r295395 - in projects/release-pkg/rescue: librescue rescue

Glen Barber gjb at FreeBSD.org
Mon Feb 8 14:27:47 UTC 2016


Author: gjb
Date: Mon Feb  8 14:27:45 2016
New Revision: 295395
URL: https://svnweb.freebsd.org/changeset/base/295395

Log:
  Split /rescue into its own package.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/rescue/librescue/Makefile
  projects/release-pkg/rescue/rescue/Makefile

Modified: projects/release-pkg/rescue/librescue/Makefile
==============================================================================
--- projects/release-pkg/rescue/librescue/Makefile	Mon Feb  8 12:16:01 2016	(r295394)
+++ projects/release-pkg/rescue/librescue/Makefile	Mon Feb  8 14:27:45 2016	(r295395)
@@ -3,6 +3,7 @@
 #
 
 .include <src.opts.mk>
+PACKAGE=	rescue
 MK_SSP=		no
 
 # Certain library entries have hard-coded references to

Modified: projects/release-pkg/rescue/rescue/Makefile
==============================================================================
--- projects/release-pkg/rescue/rescue/Makefile	Mon Feb  8 12:16:01 2016	(r295394)
+++ projects/release-pkg/rescue/rescue/Makefile	Mon Feb  8 14:27:45 2016	(r295395)
@@ -3,6 +3,7 @@
 
 .include <src.opts.mk>
 
+PACKAGE=rescue
 MAN=
 MK_SSP=	no
 


More information about the svn-src-projects mailing list