diff options
author | tv <tv@pkgsrc.org> | 2000-12-14 19:45:11 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2000-12-14 19:45:11 +0000 |
commit | 48c40486ee5d9c52a3a5afaa38600134483405be (patch) | |
tree | a9acfd06caf0ecce0dcc114cdebdf7bbe65c30b1 /emulators | |
parent | c43e2d6dac5cf89d115b901930c9424f47c8f8c0 (diff) | |
download | pkgsrc-48c40486ee5d9c52a3a5afaa38600134483405be.tar.gz |
Remove duplication of bsd.pref.mk include. This include needs to be AFTER
the BSDSRCDIR?= definition to make sure the user actually sets it.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/plex86/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index bb1e6ae769f..05b3e08118e 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/14 16:45:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/12/14 19:45:11 tv Exp $ # DISTNAME= plex86-20001214.2 @@ -18,9 +18,8 @@ USE_GMAKE= yes NO_PKG_REGISTER= yes # ONLY until we really install files!!! NO_PACKAGE= Incomplete # ONLY until we really install files!!! -.include "../../mk/bsd.prefs.mk" - -BSDSRCDIR?= /nonexistent # (to override <bsd.own.mk>) +BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be + # set this way BEFORE bsd.prefs.mk .include "../../mk/bsd.prefs.mk" pre-extract: |