svn commit: r252822 - head/usr.sbin/bsdconfig/examples
Devin Teske
dteske at FreeBSD.org
Fri Jul 5 18:50:18 UTC 2013
Author: dteske
Date: Fri Jul 5 18:50:17 2013
New Revision: 252822
URL: http://svnweb.freebsd.org/changeset/base/252822
Log:
Oops, r252810 forgot to hook the new example file (browse_packages.sh) into
the Makefile.
Modified:
head/usr.sbin/bsdconfig/examples/Makefile
Modified: head/usr.sbin/bsdconfig/examples/Makefile
==============================================================================
--- head/usr.sbin/bsdconfig/examples/Makefile Fri Jul 5 18:47:25 2013 (r252821)
+++ head/usr.sbin/bsdconfig/examples/Makefile Fri Jul 5 18:50:17 2013 (r252822)
@@ -3,7 +3,7 @@
NO_OBJ=
FILESDIR= ${SHAREDIR}/examples/bsdconfig
-FILES= bsdconfigrc
+FILES= browse_packages.sh bsdconfigrc
beforeinstall:
mkdir -p ${DESTDIR}${FILESDIR}
More information about the svn-src-all
mailing list