diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:20:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:20:04 +0800 |
commit | 05945ce5e98b0980b2f5aedc318e6c29e408d20a (patch) | |
tree | b31189684710cfb58cabc8092441b29446b87a5b /lang/p5-Quantum-Superpositions | |
parent | 127074cd1b8c06fb392e4d4787491a632fdb8a4c (diff) | |
download | freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.tar.gz freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.tar.zst freebsd-ports-gnome-05945ce5e98b0980b2f5aedc318e6c29e408d20a.zip |
support STAGEDIR.
Diffstat (limited to 'lang/p5-Quantum-Superpositions')
-rw-r--r-- | lang/p5-Quantum-Superpositions/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Quantum-Superpositions/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/p5-Quantum-Superpositions/Makefile b/lang/p5-Quantum-Superpositions/Makefile index 4b77392d959c..7e5680f4c80f 100644 --- a/lang/p5-Quantum-Superpositions/Makefile +++ b/lang/p5-Quantum-Superpositions/Makefile @@ -13,10 +13,7 @@ COMMENT= QM-like superpositions in Perl BUILD_DEPENDS= p5-Class-Multimethods>=0:${PORTSDIR}/devel/p5-Class-Multimethods RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Quantum::Superpositions.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Quantum-Superpositions/pkg-plist b/lang/p5-Quantum-Superpositions/pkg-plist index ced1551ae7f5..36fe07015e6f 100644 --- a/lang/p5-Quantum-Superpositions/pkg-plist +++ b/lang/p5-Quantum-Superpositions/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Quantum::Superpositions.3.gz %%SITE_PERL%%/Quantum/Superpositions.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum @dirrmtry %%SITE_PERL%%/Quantum |