diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:41:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:41:18 +0800 |
commit | e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-LEGO-RCX | |
parent | ddd80aa3cc8700d3f294c320c6335f7de33845ac (diff) | |
download | freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.tar.gz freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.tar.zst freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.zip |
Support STAGEDIR.
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 |