diff options
author | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-24 21:29:22 +0800 |
commit | 872befb51d26885fa218e4062cc2f63459c7ddcd (patch) | |
tree | e0511daca5b4b0cb82bc55721f797edf3fa21a9d /mail | |
parent | b77f8189e85d565569566af60052f899d974c382 (diff) | |
download | freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.gz freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.tar.zst freebsd-ports-gnome-872befb51d26885fa218e4062cc2f63459c7ddcd.zip |
Use variables SITE_PERL and SITE_PERL_REL where appropriate.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bayespam/Makefile | 4 |
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 |