From f783cefe0193f1d82c83fd41afc10a7f34a4b630 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 18 Feb 2013 12:07:42 +0000 Subject: [PATCH] give a clue to clueless people okay sthen@ --- infrastructure/mk/bsd.port.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 07e3cf182fd..fb49d3c8359 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: bsd.port.mk,v 1.1211 2013/02/11 14:31:14 jasper Exp $ +# $OpenBSD: bsd.port.mk,v 1.1212 2013/02/18 12:07:42 espie Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -2384,7 +2384,8 @@ ${_BULK_COOKIE}: ${_WRKDIR_COOKIE}: @rm -rf ${WRKDIR} @if test -h ${PORTSDIR}; then \ - echo 1>&2 "Fatal: ${PORTSDIR} is a symlink. Please set to the real directory"; \ + echo 1>&2 "Fatal: ${PORTSDIR} is a symlink."; \ + echo 1>&2 "Please point PORTSDIR to the real directory (in /etc/mk.conf)"; \ exit 1; \ fi .if ${PORTS_BUILD_XENOCARA_TOO:L} != "yes"