diff options
author | asami <asami@FreeBSD.org> | 1995-06-06 18:56:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-06 18:56:34 +0800 |
commit | 3c8c93ea5655a6b6badc382fe71c0af99a2900b6 (patch) | |
tree | a23975c439d177e9d96a14efc6c14decc2237224 /x11 | |
parent | f3c28a04e44a932440e1fea1f9a70efc5c7a7c60 (diff) | |
download | freebsd-ports-gnome-3c8c93ea5655a6b6badc382fe71c0af99a2900b6.tar.gz freebsd-ports-gnome-3c8c93ea5655a6b6badc382fe71c0af99a2900b6.tar.zst freebsd-ports-gnome-3c8c93ea5655a6b6badc382fe71c0af99a2900b6.zip |
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
Diffstat (limited to 'x11')
0 files changed, 0 insertions, 0 deletions