aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URI-Sequin
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-02-24 13:29:22 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-02-24 13:29:22 +0000
commit484f9717491da54597213e96f9df5aa8840ab642 (patch)
tree4aebf1263ed1dd72d75253a4a62a2a1482d61e65 /www/p5-URI-Sequin
parent240b5747d49196b9be7c461c4acde90ed0c287ba (diff)
downloadports-484f9717491da54597213e96f9df5aa8840ab642.tar.gz
ports-484f9717491da54597213e96f9df5aa8840ab642.zip
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/Makefile4
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>