summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-03 16:21:58 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-03 16:21:58 +0000
commit19400f6e313714ca352a33350d39e0e3fb7149cf (patch)
tree01fa287c449c8d44019b23c4c9edefd1091a6694 /emulators
parent500565130b22fed1f8544c7a1cb81064c96f04e4 (diff)
downloadpkgsrc-19400f6e313714ca352a33350d39e0e3fb7149cf.tar.gz
Make it a bit clearer what to set BSDSRCDIR to.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/plex86/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile
index f7037e437a2..39d44a59bc3 100644
--- a/emulators/plex86/Makefile
+++ b/emulators/plex86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/01/02 14:18:17 kleink Exp $
+# $NetBSD: Makefile,v 1.14 2001/01/03 16:21:58 hubertf Exp $
DISTNAME= plex86-20001225
PKGNAME= ${DISTNAME:S/-/-0./}
@@ -29,7 +29,10 @@ BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be
pre-extract:
.if ${BSDSRCDIR} == "/nonexistent"
- @${ECHO_MSG} "Please set BSDSRCDIR in /etc/mk.conf."
+ @${ECHO_MSG} "Please set BSDSRCDIR in /etc/mk.conf, pointing it"
+ @${ECHO_MSG} "to a directory that contains sources that match"
+ @${ECHO_MSG} "your currently running system (esp. kernel), e.g."
+ @${ECHO_MSG} "/usr/src."
@${FALSE}
.endif
.if !exists(${BSDSRCDIR}/sys/sys/param.h)