svn commit: r187211 - stable/7/etc/periodic/weekly

Hajimu UMEMOTO ume at FreeBSD.org
Wed Jan 14 01:11:14 PST 2009


Author: ume
Date: Wed Jan 14 09:11:13 2009
New Revision: 187211
URL: http://svn.freebsd.org/changeset/base/187211

Log:
  MFC r187210: Fix typo to install 400.status-pkg, again.

Modified:
  stable/7/etc/periodic/weekly/   (props changed)
  stable/7/etc/periodic/weekly/Makefile

Modified: stable/7/etc/periodic/weekly/Makefile
==============================================================================
--- stable/7/etc/periodic/weekly/Makefile	Wed Jan 14 09:00:30 2009	(r187210)
+++ stable/7/etc/periodic/weekly/Makefile	Wed Jan 14 09:11:13 2009	(r187211)
@@ -16,7 +16,7 @@ FILES+=	320.whatis 330.catman
 .endif
 
 .if ${MK_PKGTOOLS} != "no"
-FLES+=	400.status-pkg
+FILES+=	400.status-pkg
 .endif
 
 .include <bsd.prog.mk>


More information about the svn-src-stable-7 mailing list