Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
Diffstat (limited to 'src/share')
-rwxr-xr-xsrc/share/poudriere/options.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/share/poudriere/options.sh b/src/share/poudriere/options.sh
index df66b9f2..78bc63b7 100755
--- a/src/share/poudriere/options.sh
+++ b/src/share/poudriere/options.sh
@@ -173,6 +173,11 @@ for originspec in $(listed_ports show_moved); do
make PORT_DBDIR=${PORT_DBDIR} \
-C ${PORTSDIR}/${origin} \
${COMMAND}
+ case "${COMMAND}" in
+ showconfig|config-conditional)
+ msg "Re-run 'poudriere options' with the -c flag to modify the options."
+ ;;
+ esac
if [ -n "${DO_RECURSE}" ]; then
env ${flavor:+FLAVOR=${flavor}} \