1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Back out category check for now

This commit is contained in:
Steve Wills 2011-08-16 00:09:12 +00:00
parent b0af689990
commit c1c18af0fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279785

View File

@ -183,8 +183,6 @@ if ($dir eq "") {
# make sure we're in the right place.
chdir $currentdir;
my @dirs = split(/\,/, $dir);
my $portdir = $dirs[0];
$portdir =~ s,\/.*,, ;
foreach my $i (@dirs) { $i = abs_path($i); }
my $portname; my $wrapat;
foreach my $thisdir (@dirs) {
@ -220,10 +218,6 @@ foreach my $thisdir (@dirs) {
m/([\w-]+)/;
$category = $1;
chomp $category;
if ($portdir ne $category) {
warnx("Port category $category doesn't match dir $portdir !");
exit 1;
}
if ($interactive) {
if (prompt("Port $portname will be put in category $category. OK? " )) {
do {