aboutsummaryrefslogtreecommitdiffstats
path: root/mail/bayespam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bayespam/Makefile')
-rw-r--r--mail/bayespam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bayespam/Makefile b/mail/bayespam/Makefile
index ac0325c91752..2dacadddbf6a 100644
--- a/mail/bayespam/Makefile
+++ b/mail/bayespam/Makefile
@@ -40,9 +40,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
- @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Bayespam
+ @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/Bayespam
@${INSTALL_DATA} ${WRKSRC}/Bayespam/Process.pm \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Bayespam
+ ${PREFIX}/${SITE_PERL_REL}/Bayespam
.for file in ${FILES_SCRIPTS}
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor