diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /security/p5-Snort-Rule | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) |
Notes
Diffstat (limited to 'security/p5-Snort-Rule')
-rw-r--r-- | security/p5-Snort-Rule/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Snort-Rule/Makefile b/security/p5-Snort-Rule/Makefile index 559336f3a7af..b82bc753166f 100644 --- a/security/p5-Snort-Rule/Makefile +++ b/security/p5-Snort-Rule/Makefile @@ -15,10 +15,10 @@ USES= perl5 USE_PERL5= configure PLIST_FILES= %%SITE_PERL%%/Snort/Rule.pm \ - %%SITE_PERL%%/mach/auto/Snort/Rule/.packlist \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Snort/Rule/.packlist \ %%PERL5_MAN3%%/Snort::Rule.3.gz -PLIST_DIRS= %%SITE_PERL%%/mach/auto/Snort/Rule \ - %%SITE_PERL%%/mach/auto/Snort \ +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Snort/Rule \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Snort \ %%SITE_PERL%%/Snort .include <bsd.port.mk> |