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 /www/p5-URI-Sequin | |
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 '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> |