aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Random
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-10-26 07:55:37 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-10-26 07:55:37 +0000
commit868cb0f55356bda1a83f20c6009588136aa8b409 (patch)
tree7c9ec7836731b6900d1030dee9787124d835433d /devel/p5-Data-Random
parent98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (diff)
downloadports-868cb0f55356bda1a83f20c6009588136aa8b409.tar.gz
ports-868cb0f55356bda1a83f20c6009588136aa8b409.zip
- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
Notes
Notes: svn path=/head/; revision=243317
Diffstat (limited to 'devel/p5-Data-Random')
-rw-r--r--devel/p5-Data-Random/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile
index ad5d8eefa660..a1e765e82710 100644
--- a/devel/p5-Data-Random/Makefile
+++ b/devel/p5-Data-Random/Makefile
@@ -18,7 +18,7 @@ PERL_CONFIGURE= yes
# define WITHOUT_DATE_CALC to disable support for rand_date()
.if !defined(WITHOUT_DATE_CALC)
-EXTRA_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
+EXTRA_DEPENDS+= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
.endif
# define WITH_GD to enable support for rand_image()