diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:29:22 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:29:22 +0000 |
commit | 484f9717491da54597213e96f9df5aa8840ab642 (patch) | |
tree | 4aebf1263ed1dd72d75253a4a62a2a1482d61e65 /www/p5-URI-Sequin | |
parent | 240b5747d49196b9be7c461c4acde90ed0c287ba (diff) |
Use variables SITE_PERL and SITE_PERL_REL where appropriate.
Notes
Notes:
svn path=/head/; revision=228991
Diffstat (limited to 'www/p5-URI-Sequin')
-rw-r--r-- | www/p5-URI-Sequin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI-Sequin/Makefile b/www/p5-URI-Sequin/Makefile index 03a86201df62..d580168df987 100644 --- a/www/p5-URI-Sequin/Makefile +++ b/www/p5-URI-Sequin/Makefile @@ -21,9 +21,9 @@ MAN3= URI::Sequin.3 .ifndef (NOPORTDOCS) post-install: - @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples + @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples @${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples + ${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples .endif .include <bsd.port.mk> |