diff options
author | petef <petef@FreeBSD.org> | 2002-06-03 03:22:16 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-03 03:22:16 +0800 |
commit | 6829114feb090b3003992d076d50b08066cddb90 (patch) | |
tree | debbc21de94ee0bd3c13974429e4ebc26c5c6602 /security | |
parent | 11c4c1bd064d14f70d709f640dddf682049fd3c7 (diff) | |
download | freebsd-ports-graphics-6829114feb090b3003992d076d50b08066cddb90.tar.gz freebsd-ports-graphics-6829114feb090b3003992d076d50b08066cddb90.tar.zst freebsd-ports-graphics-6829114feb090b3003992d076d50b08066cddb90.zip |
Fix typo: USE_PERL -> USE_PERL5
Diffstat (limited to 'security')
-rw-r--r-- | security/snort-rep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 69c27e2fe9a..b0d1a1470cc 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://people.ee.ethz.ch/~dws/software/snort-rep/pub/ MAINTAINER= markp@FreeBSD.org -USE_PERL= yes +USE_PERL5= yes MAN1= snort-rep.1 post-patch: |