diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
commit | 1c2467424297416ed47476a1a94cfb27906a3dd0 (patch) | |
tree | 6c737d25070e339d396057ba9d912a604f123d73 /textproc/p5-Text-Reflow | |
parent | 28bab992a58b232c028817e19e95aac30a8fd023 (diff) |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Notes
Notes:
svn path=/head/; revision=76674
Diffstat (limited to 'textproc/p5-Text-Reflow')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index 7b5953f2bf57..ba2132c1b12f 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -20,7 +20,7 @@ PERL_CONFIGURE= yes MAN3= Text::Reflow.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -pre-everything: +pre-everything:: @${PERL} -M5.006 -e1 2>/dev/null || \ ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \ ${FALSE} ) |