freebsd-nq/share
Satoshi Asami 0fbb5009b2 Renamed the default package repository ".../packages/.packages" to
".../packages/All".  The "all" category that was automatically added
for every package is gone.

Note that bsd.port.mk requires category names to start with lowercase
names, otherwise it may get confused.

Reviewed by:	jkh

By the way, here is a small script to convert your local package
hierarchy.  Run it in bash, as /bin/sh not only will bark at the
$(.) command substitution but will also botch the [a-z]*/*.tgz
expansion (long-standing and annoying bug, reported before).

cd /usr/ports/packages
mv .packages All
for i in [a-z]*/*.tgz; do
  j=$(basename $i)
  /bin/rm $i
  ln -s ../All/$j $i
done
1995-06-06 10:56:34 +00:00
..
dict revision 1.2 1994-09-09 12:15:49 +00:00
doc Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
examples Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
FAQ Fix 2 spelling bogons. 1995-05-29 05:19:15 +00:00
man Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
me Fix path in FILES section 1995-01-11 03:58:32 +00:00
misc Add Moscow and Kiev 1995-05-12 20:13:19 +00:00
mk Renamed the default package repository ".../packages/.packages" to 1995-06-06 10:56:34 +00:00
mklocale Add quick description of rules how to build locale name, 1994-12-04 20:12:10 +00:00
sgml The linuxdoc DTD used for the FreeBSD handbook and FAQ. 1995-05-09 23:19:47 +00:00
skel Make the default paths a bit more rational for our systems (sheesh!). 1995-01-29 08:01:05 +00:00
syscons Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
tabset - Make each target depend on its source so that all the targets don't get 1994-08-22 15:28:17 +00:00
termcap Enable vt100 semigraphics for xterm 1995-05-16 18:13:01 +00:00
tmac Install with group BINGRP, not BINOWN. 1994-08-20 08:16:43 +00:00
zoneinfo Fix some conflicting descriptions. 1995-04-25 17:08:16 +00:00
Makefile Add sgml 1995-05-10 00:36:16 +00:00
Makefile.inc BSD 4.4 Lite Share Sources 1994-05-30 19:09:18 +00:00