aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-07-10 19:54:57 +0800
committereik <eik@FreeBSD.org>2004-07-10 19:54:57 +0800
commit0d8224951a91075df28d90c12859abdd29afbe73 (patch)
tree1a1ea61b964c684600c911278f6024bb4da6cb8b /devel
parent4eab2c6fa0fcd3ea4d2e41b93830dc2d86c3c780 (diff)
downloadfreebsd-ports-gnome-0d8224951a91075df28d90c12859abdd29afbe73.tar.gz
freebsd-ports-gnome-0d8224951a91075df28d90c12859abdd29afbe73.tar.zst
freebsd-ports-gnome-0d8224951a91075df28d90c12859abdd29afbe73.zip
typo in 'make master-sites-all'
Diffstat (limited to 'devel')
-rw-r--r--devel/portmk/scripts/distfiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portmk/scripts/distfiles.sh b/devel/portmk/scripts/distfiles.sh
index 0c914d8b89f9..44c052cf6f0e 100644
--- a/devel/portmk/scripts/distfiles.sh
+++ b/devel/portmk/scripts/distfiles.sh
@@ -1066,7 +1066,7 @@ done
shift $(($OPTIND-1))
$opt_list_master &&
- { do_list_sites "MASTER" "$list-master" || exit 1; }
+ { do_list_sites "MASTER" "$list_master" || exit 1; }
$opt_list_patch &&
{ do_list_sites "PATCH" "$list_patch" || exit 1; }