diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 22:50:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 22:50:58 +0000 |
commit | b7bdc704da4777782ce254e1b0eb0bb9a83e48d5 (patch) | |
tree | e7ed992d4777ecc1bc8f1c2ec35823b99c8ead2f | |
parent | 1aff9587662df0bf3e80eb9adbf4660041a39b77 (diff) | |
download | pkgsrc-b7bdc704da4777782ce254e1b0eb0bb9a83e48d5.tar.gz |
Sprinkle .PHONY.
-rw-r--r-- | lang/perl5/module.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index f014aa2dc09..0463ec7b5f6 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.20 2003/09/13 21:29:44 jlam Exp $ +# $NetBSD: module.mk,v 1.21 2003/09/13 22:50:58 jlam Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -49,6 +49,7 @@ PERL5_CONFIGURE_DIRS?= ${CONFIGURE_DIRS} # MAKE_PARAMS+= INSTALLDIRS=site +.PHONY: perl5-configure perl5-configure: ${_PKG_SILENT}${_PKG_DEBUG} \ for dir in ${PERL5_CONFIGURE_DIRS}; do \ |