svn commit: r187210 - head/etc/periodic/weekly

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


Author: ume
Date: Wed Jan 14 09:00:30 2009
New Revision: 187210
URL: http://svn.freebsd.org/changeset/base/187210

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

Modified:
  head/etc/periodic/weekly/Makefile

Modified: head/etc/periodic/weekly/Makefile
==============================================================================
--- head/etc/periodic/weekly/Makefile	Wed Jan 14 06:50:28 2009	(r187209)
+++ head/etc/periodic/weekly/Makefile	Wed Jan 14 09:00:30 2009	(r187210)
@@ -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-all mailing list