For some unknown reason make readmes in /usr/ports is not working correctly anymore. It appears to have started having issues after Oct. 1'st. It will create the README.html for all the directories but it will not make the README.html for the individual ports sub-directories. I can go into each port directory and issue a "make readmes" an it will create it then. Any ideas anyone?
Code:
[root@rbserver /usr/ports]# cd /usr/ports/
[root@rbserver /usr/ports]# make readmes
[root@rbserver /usr/ports]# ls -l README.html
-rw-r--r-- 1 root wheel 5119 Oct 11 12:18 README.html
[root@rbserver /usr/ports]# cd /usr/ports/archivers
[root@rbserver /usr/ports/archivers]# ls -l README.html
-rw-r--r-- 1 root wheel 19695 Oct 11 12:18 README.html
[root@rbserver /usr/ports/archivers]# cd arj
[root@rbserver /usr/ports/archivers/arj]# ls -l
total 8
-rw-r--r-- 1 root wheel 1591 Sep 15 13:33 Makefile
-rw-r--r-- 1 root wheel 1297 Oct 11 12:33 README.html
-rw-r--r-- 1 root wheel 190 Nov 8 2005 distinfo
drwxr-xr-x 2 root wheel 512 Sep 21 09:30 files
-rw-r--r-- 1 root wheel 543 Jul 1 2002 pkg-descr
[root@rbserver /usr/ports/archivers/arj]# make readmes
===> Creating README.html for arj-3.10.22_4
[root@rbserver /usr/ports/archivers/arj]# ls -l
total 10
-rw-r--r-- 1 root wheel 1591 Sep 15 13:33 Makefile
-rw-r--r-- 1 root wheel 1297 Oct 11 12:33 README.html
-rw-r--r-- 1 root wheel 190 Nov 8 2005 distinfo
drwxr-xr-x 2 root wheel 512 Sep 21 09:30 files
-rw-r--r-- 1 root wheel 543 Jul 1 2002 pkg-descr