diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /devel/p5-Log-Dispatch-Config | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.zst freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index fa6f077543e2..18357f2a7a03 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -24,8 +24,6 @@ PM_DEPENDS+= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -SITE_PERL= ${SITE_PERL} - PERL_CONFIGURE= yes #MAN3= Log::Dispatch::Config.3 \ |