From 02ead95ea01f0ced10cdf08d089932e7cdfc9025 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 8 Oct 2002 23:15:58 +0000 Subject: buildlink1 -> buildlink2 --- mail/courier-auth/Makefile.authdaemond | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'mail/courier-auth/Makefile.authdaemond') diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond index b4aaa50119c..960cd72e369 100644 --- a/mail/courier-auth/Makefile.authdaemond +++ b/mail/courier-auth/Makefile.authdaemond @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.authdaemond,v 1.3 2002/02/05 15:03:19 jlam Exp $ +# $NetBSD: Makefile.authdaemond,v 1.4 2002/10/08 23:15:58 jlam Exp $ .include "../../mail/courier-auth/Makefile.common" PERL5_REQD= 5.6.0 -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5?= build WRKSRC_FILES= config.guess config.sub configure \ install-sh mkinstalldirs @@ -22,17 +22,13 @@ SYSCONFTOOL= ${PREFIX}/sbin/authdaemon.sysconftool DISTINFO_FILE= ${.CURDIR}/../../mail/courier-auth/distinfo PATCHDIR= ${.CURDIR}/../../mail/courier-auth/patches +BUILD_DIRS= ${WRKSRC_SUBDIRS:S/^/${WRKSRC}\//} + FILES_SUBST+= SYSCONFTOOL=${SYSCONFTOOL:Q} .if defined(USE_PAM) BUILD_DEFS+= USE_PAM -.include "../../security/PAM/buildlink.mk" +. include "../../security/PAM/buildlink2.mk" .endif pre-configure: configure-init - -do-build: -.for DIR in ${WRKSRC_SUBDIRS} - @cd ${WRKSRC}/${DIR} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${ALL_TARGET} -.endfor -- cgit v1.2.3