aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-06-06 18:56:34 +0800
committerasami <asami@FreeBSD.org>1995-06-06 18:56:34 +0800
commit3c8c93ea5655a6b6badc382fe71c0af99a2900b6 (patch)
treea23975c439d177e9d96a14efc6c14decc2237224 /x11
parentf3c28a04e44a932440e1fea1f9a70efc5c7a7c60 (diff)
downloadfreebsd-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