diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-24 21:10:24 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-24 21:10:24 +0000 |
commit | 130e098b26326d60e4c7aa0c06fd3f0283990c12 (patch) | |
tree | dc0075e139f4000def8cf24f186f45d9e6e59453 /sysutils/psgconf/Makefile | |
parent | 2dfae164487f13e7c4ab67561956046917059565 (diff) | |
download | FreeBSD-ports-130e098b26326d60e4c7aa0c06fd3f0283990c12.zip FreeBSD-ports-130e098b26326d60e4c7aa0c06fd3f0283990c12.tar.gz |
make portlint happy about IGNORE statement
Diffstat (limited to 'sysutils/psgconf/Makefile')
-rw-r--r-- | sysutils/psgconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index d1bb7c9..8efb053 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -157,7 +157,7 @@ MAN3= PSGConf.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6 or newer +IGNORE= this port requires perl 5.6 or newer .endif post-patch: |