From 9e7247e00001d495fb5da7195e9f3052c6b0809d Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 30 Jul 2003 15:12:28 +0000 Subject: Use !commands(do-configure) instead of !target(do-configure). --- lang/perl5/module.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index 79b4d4de727..08e00bd3c6f 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.9 2003/07/22 23:44:46 jmmv Exp $ +# $NetBSD: module.mk,v 1.10 2003/07/30 15:12:28 jmmv Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -47,7 +47,7 @@ perl5-configure: .if defined(PERL5_CONFIGURE) && !empty(PERL5_CONFIGURE:M[yY][eE][sS]) do-configure: perl5-configure -.if !target(do-configure) +.if !commands(do-configure) ${_PKG_SILENT}${_PKG_DEBUG}${DO_NADA} .endif .endif -- cgit v1.2.3