From 3427ad335d965014c005e7a495508e9522cdda3f Mon Sep 17 00:00:00 2001 From: kuriyama Date: Mon, 12 Jan 2004 12:00:41 +0000 Subject: Move PERL_CONFIGURE before bsd.port.pre.mk. --- converters/p5-Convert-Morse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 25d043b58796..1fb5dcc276c7 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes +PERL_CONFIGURE= yes + .include .if ${OSVERSION} < 500007 #BROKEN= "Requires perl 5.6.0" .endif -PERL_CONFIGURE= yes - MAN3= Convert::Morse.3 .include -- cgit