diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /www/p5-AxKit-XSP-Util/Makefile | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip FreeBSD-ports-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'www/p5-AxKit-XSP-Util/Makefile')
-rw-r--r-- | www/p5-AxKit-XSP-Util/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/p5-AxKit-XSP-Util/Makefile b/www/p5-AxKit-XSP-Util/Makefile index dfe953c..5371dda 100644 --- a/www/p5-AxKit-XSP-Util/Makefile +++ b/www/p5-AxKit-XSP-Util/Makefile @@ -19,8 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} - MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= AxKit::XSP::Util.3 |