diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 13:07:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 13:07:08 +0000 |
commit | eab89324a5a3eca6d76112f570109f571d3378c8 (patch) | |
tree | df77ead1991f443f78e95e25bc423cb0863677cf | |
parent | 44f0c77ed2fd6cc79333f97ec2135dbbd0d25698 (diff) | |
download | pkgsrc-eab89324a5a3eca6d76112f570109f571d3378c8.tar.gz |
Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf
-rw-r--r-- | lang/expect/Makefile | 5 | ||||
-rw-r--r-- | lang/moscow_ml/Makefile | 4 | ||||
-rw-r--r-- | mail/exmh/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 7 |
4 files changed, 14 insertions, 7 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 0b31fce65ab..5a81a345340 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/22 14:22:44 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/03 13:07:08 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -19,6 +19,9 @@ CONFIGURE_ARGS= --enable-shared \ --with-tclinclude=${PREFIX}/include/tcl8.0 \ --with-tkconfig=${PREFIX}/lib/tk8.0 \ --with-tkinclude=${PREFIX}/include/tk8.0 + +.include "../../mk/bsd.prefs.mk" + # needed for japanese/expect .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 70e10615e76..e9bdde9f501 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:29 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/03 13:07:09 agc Exp $ # DISTNAME= mos14src @@ -12,6 +12,8 @@ USE_PERL5= yes WRKSRC= ${WRKDIR}/mosml/src ALL_TARGET= world +.include "../../mk/bsd.prefs.mk" + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/moscow_ml diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 6d231f3e75a..09dfb5b229d 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/03 13:10:25 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -12,6 +12,9 @@ PATCHFILES= utils.patch folderNew.patch extrasInit.patch exec.patch \ app-defaults.patch pgpMisc.patch seditMime.patch mime.patch \ bindings.patch html_bindings.patch find.patch mh.patch \ pgp.patch + +.include "../../mk/bsd.prefs.mk" + # User contributed and "new features". Some not useable as-is. PATCHFILES+= seditpost.patch inc.patch next.patch # XXX pgpExec.patch has got confused paths (supplied as patch-as) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b8689acde4d..38de3c7bb0b 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/10 10:30:15 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/03 13:10:25 agc Exp $ # $FreeBSD Id: Makefile,v 1.55 1998/01/29 17:13:07 ache Exp # @@ -12,9 +12,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 -.if exists(/etc/mk.conf) -.include </etc/mk.conf> -.endif +.include "../../mk/bsd.prefs.mk" + .if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) CONFIGURE_ARGS += --with-kerberos=/usr .endif |