diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 21:10:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 21:10:24 +0000 |
commit | 3d8fa495b78f26bfe831e4ad457967b0db59c61a (patch) | |
tree | 77178e7430c730a90e3328922528ad6c4b5f353f /sysutils | |
parent | b1648411806cec7528ad711814b34b568e16b008 (diff) | |
download | ports-3d8fa495b78f26bfe831e4ad457967b0db59c61a.tar.gz ports-3d8fa495b78f26bfe831e4ad457967b0db59c61a.zip |
make portlint happy about IGNORE statement
Notes
Notes:
svn path=/head/; revision=149329
Diffstat (limited to 'sysutils')
-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 d1bb7c912ff3..8efb05349457 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: |