From 84639963b792e47dd56283fc66c2e4fe3186e4c2 Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Sun, 30 Dec 2012 22:02:05 -0500 Subject: [PATCH] Reinforce that make dports-replace does not update, but _replaces_ ./dports. --- etc/Makefile.usr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile.usr b/etc/Makefile.usr index df425a3305..ea9edc186a 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -37,7 +37,7 @@ help all: @printf ${LPATT} "dports-update" "update your dports repo from Github" .else . if exists(${.CURDIR}/dports) - @printf ${LPATT} "dports-replace" "Update dports with latest tarball from Github" + @printf ${LPATT} "dports-replace" "Replace dports with latest tarball from Github" . else @printf ${LPATT} "dports-create" "fetch initial dports repository from Github" @printf ${LPATT} "dports-create-shallow" "fetch initial history-free dports repository" -- 2.41.0