Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 21:48:30 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r263051 - stable/9/etc
Message-ID:  <201403112148.s2BLmUxl005546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue Mar 11 21:48:30 2014
New Revision: 263051
URL: http://svnweb.freebsd.org/changeset/base/263051

Log:
  Revert r263047 now that the missing commit was merged for pkg(7)
  updates.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/etc/Makefile

Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile	Tue Mar 11 21:46:26 2014	(r263050)
+++ stable/9/etc/Makefile	Tue Mar 11 21:48:30 2014	(r263051)
@@ -228,9 +228,9 @@ distribution:
 	${_+_}cd ${.CURDIR}/devd; ${MAKE} install
 	${_+_}cd ${.CURDIR}/gss; ${MAKE} install
 	${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
-#.if ${MK_PKGBOOTSTRAP} != "no"
-#	${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
-#.endif
+.if ${MK_PKGBOOTSTRAP} != "no"
+	${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
+.endif
 	${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
 	${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
 	${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403112148.s2BLmUxl005546>