diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 14:41:18 +0000 |
commit | 7fe1af8865090c8bb0944d3ac341b8d6bf3f1aa6 (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-LEGO-RCX | |
parent | ab0d0e065c299039a950d2dafeb30eb3b2c5087f (diff) |
Notes
Diffstat (limited to 'misc/p5-LEGO-RCX')
-rw-r--r-- | misc/p5-LEGO-RCX/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-LEGO-RCX/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile index 1cfdb0478a78..1c04dd2f8779 100644 --- a/misc/p5-LEGO-RCX/Makefile +++ b/misc/p5-LEGO-RCX/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower USES= perl5 USE_PERL5= configure -MAN3= LEGO::RCX.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-LEGO-RCX/pkg-plist b/misc/p5-LEGO-RCX/pkg-plist index b32248e6cce3..b97b9f10b6b7 100644 --- a/misc/p5-LEGO-RCX/pkg-plist +++ b/misc/p5-LEGO-RCX/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/LEGO::RCX.3.gz %%SITE_PERL%%/LEGO/RCX.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LEGO/RCX/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LEGO/RCX -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LEGO -@dirrm %%SITE_PERL%%/LEGO +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LEGO/RCX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LEGO +@dirrmtry %%SITE_PERL%%/LEGO |