From e6e63e1d298cc9fdbc24316bcf445db0c0192eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 22 Jan 2004 15:06:01 +0000 Subject: check out Tools along with Mk and Templates. also fix a minor typo. --- misc/porteasy/Makefile | 1 + misc/porteasy/src/porteasy.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/porteasy') diff --git a/misc/porteasy/Makefile b/misc/porteasy/Makefile index 0c034ce667c6..0f96f161c4da 100644 --- a/misc/porteasy/Makefile +++ b/misc/porteasy/Makefile @@ -9,6 +9,7 @@ PORTNAME= porteasy PORTVERSION= 2.7.10 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index af31490f9653..2bca387ccfca 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -333,7 +333,7 @@ sub update_index() { cvs("update", "-l") or bsd::errx(1, "error updating the index file"); } - cvs("update", "Mk", "Templates") + cvs("update", "Mk", "Templates", "Tools") or bsd::errx(1, "error updating the ports infrastructure"); $index = "$portsdir/INDEX-" . substr($release, 0, 1); if (! -f $index) { @@ -741,7 +741,7 @@ sub find_port_file($$) { $master = $port; while (!-f "$portsdir/$master/$file") { if (!($master = $masterport{$master})) { - bsd:errx(1, "$port has no $file"); + bsd::errx(1, "$port has no $file"); } } return "$portsdir/$master/$file"; -- cgit v1.2.3