aboutsummaryrefslogtreecommitdiff
path: root/math/p5-AI-Perceptron
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-AI-Perceptron')
-rw-r--r--math/p5-AI-Perceptron/Makefile1
-rw-r--r--math/p5-AI-Perceptron/pkg-plist10
2 files changed, 5 insertions, 6 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile
index af6d8fa3c60b..f03a5a4173e2 100644
--- a/math/p5-AI-Perceptron/Makefile
+++ b/math/p5-AI-Perceptron/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl module for introducing to internal operations of neural networks
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AI::Perceptron.3
.include <bsd.port.mk>
diff --git a/math/p5-AI-Perceptron/pkg-plist b/math/p5-AI-Perceptron/pkg-plist
index 3244ca0d36a9..26ad10aac3a1 100644
--- a/math/p5-AI-Perceptron/pkg-plist
+++ b/math/p5-AI-Perceptron/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/AI/Perceptron.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AI 2>/dev/null || true
+%%SITE_PERL%%/AI/Perceptron.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Perceptron/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Perceptron
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/AI 2>/dev/null || true