diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-09 00:37:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-09 00:37:23 +0000 |
commit | fd87c74cddd10b934207f1b354055a4cb34b1d0b (patch) | |
tree | 1c6069efa72dd3fbe9dbb81406aa1d8e3b59efdc /net | |
parent | 6304e9d6f007ad6d6b8938bcd591428e8dd150cd (diff) | |
download | ports-fd87c74cddd10b934207f1b354055a4cb34b1d0b.tar.gz ports-fd87c74cddd10b934207f1b354055a4cb34b1d0b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-DNS-Config/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-DNS-Config/Makefile b/net/p5-DNS-Config/Makefile index 37aaa318a0cb..4fe72aea418e 100644 --- a/net/p5-DNS-Config/Makefile +++ b/net/p5-DNS-Config/Makefile @@ -30,8 +30,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try -again." +IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." .endif .include <bsd.port.post.mk> |