diff options
author | dmcmahill <dmcmahill> | 2003-05-03 12:14:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-05-03 12:14:56 +0000 |
commit | 2ffb766d7ed5a1432be17b2a8ddc9459f66c5001 (patch) | |
tree | 28d4f944087904458ebba44ee836932c817b18af | |
parent | 4ae5e8750ead0e147b71ff04685aa1e15483914f (diff) | |
download | pkgsrc-2ffb766d7ed5a1432be17b2a8ddc9459f66c5001.tar.gz |
fix unassociated shell command bug in Makefile
-rw-r--r-- | emulators/plex86/Makefile | 7 | ||||
-rw-r--r-- | mail/exim/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index a9c0f3a0bae..a09b922e566 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/04/27 13:34:45 cjep Exp $ +# $NetBSD: Makefile,v 1.22 2003/05/03 12:14:56 dmcmahill Exp $ DISTNAME= plex86-20010106 PKGNAME= ${DISTNAME:S/-/-0./} @@ -23,8 +23,9 @@ RESTRICTED= CPU-specific binary code NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -BSDSRCDIR?= /nonexistent # to override <bsd.own.mk>, MUST be - # set this way BEFORE bsd.prefs.mk +# to override <bsd.own.mk>, MUST be set this way BEFORE bsd.prefs.mk +BSDSRCDIR?= /nonexistent + .include "../../mk/bsd.prefs.mk" pre-extract: diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 53c3aad2c22..83871ef75d3 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/04/27 17:21:59 cjep Exp $ +# $NetBSD: Makefile,v 1.33 2003/05/03 12:16:28 dmcmahill Exp $ DISTNAME= exim-4.10 CATEGORIES= mail net @@ -13,8 +13,9 @@ COMMENT= The Exim mail transfer agent, a replacement for sendmail USE_PERL5= yes USE_BUILDLINK2= yes -INTERACTIVE_STAGE= build # actually, needs "mail" user - # before configure step, see below +# actually, needs "mail" user before configure step, see below +INTERACTIVE_STAGE= build + MAKE_ENV+= SSLBASE=${SSLBASE:Q} pre-patch: |