diff options
Diffstat (limited to 'lang/perl5/module.mk')
-rw-r--r-- | lang/perl5/module.mk | 4 |
1 files 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 |