diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:04:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 13:04:32 +0000 |
commit | 4129ad2834d54247d408270881f9dafd7d5e37a3 (patch) | |
tree | cd9084575593190872d8ab06e7db651c9d0cb7b1 /net-mgmt/p5-GRNOC-Config | |
parent | 158625fe0aeefcd34331d8c7db732b70802077e5 (diff) |
Notes
Diffstat (limited to 'net-mgmt/p5-GRNOC-Config')
-rw-r--r-- | net-mgmt/p5-GRNOC-Config/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/p5-GRNOC-Config/Makefile b/net-mgmt/p5-GRNOC-Config/Makefile index 36711c111845..aca675a5844c 100644 --- a/net-mgmt/p5-GRNOC-Config/Makefile +++ b/net-mgmt/p5-GRNOC-Config/Makefile @@ -18,12 +18,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= GRNOC::Config.3 PLIST_FILES= %%SITE_PERL%%/GRNOC/Config.pm \ + %%PERL5_MAN3%%/GRNOC::Config.3.gz \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config/.packlist PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC \ %%SITE_PERL%%/GRNOC -NO_STAGE= yes .include <bsd.port.mk> |