summaryrefslogtreecommitdiff
path: root/mail/courier-auth/Makefile.authdaemond
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-08 23:15:58 +0000
committerjlam <jlam>2002-10-08 23:15:58 +0000
commit02ead95ea01f0ced10cdf08d089932e7cdfc9025 (patch)
tree8be60ed0a86a6198dae60b460dfd36c9616638f4 /mail/courier-auth/Makefile.authdaemond
parentdc7862b289ec2bdd2f7547cca0d1116568d6c047 (diff)
downloadpkgsrc-02ead95ea01f0ced10cdf08d089932e7cdfc9025.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'mail/courier-auth/Makefile.authdaemond')
-rw-r--r--mail/courier-auth/Makefile.authdaemond14
1 files changed, 5 insertions, 9 deletions
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