diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-20 07:58:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-20 07:58:56 +0000 |
commit | e27e2c7316042ce37363d689606e95a04f7abfa5 (patch) | |
tree | c2b7d0674fea0c7a6822db67ac1e4e6aa3f01222 /Mk/bsd.port.mk | |
parent | 6476175a82cf18c4bca7af50f5487864e4f9fdec (diff) | |
download | ports-e27e2c7316042ce37363d689606e95a04f7abfa5.tar.gz ports-e27e2c7316042ce37363d689606e95a04f7abfa5.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6ebf2934eb4c..06bf6d3138a5 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6190,7 +6190,7 @@ config-depend: read answer; \ case $$answer in \ [Nn]|[Nn][Oo]) \ - exit 0; \ + exit 1; \ esac; \ cd ${PORTSDIR}/ports-mgmt/dialog4ports; ${MAKE} install .endif |