aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-15 00:15:28 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-15 00:15:28 +0800
commit42c4ccbeaa47849ae1a79e1c5024956e4ea761c7 (patch)
treeeb1cc29fd57bcc361e0821fefc8ead180cec4dad /net
parentcc7ccffcd9fce1f9993eac8a8b8b586962159f50 (diff)
downloadfreebsd-ports-gnome-42c4ccbeaa47849ae1a79e1c5024956e4ea761c7.tar.gz
freebsd-ports-gnome-42c4ccbeaa47849ae1a79e1c5024956e4ea761c7.tar.zst
freebsd-ports-gnome-42c4ccbeaa47849ae1a79e1c5024956e4ea761c7.zip
Correct reference to the local perl files is:
lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} but not: lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} Submited by: bento (sorta)
Diffstat (limited to 'net')
-rw-r--r--net/cricket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cricket/Makefile b/net/cricket/Makefile
index 4e4ab5ff5549..c34cdc9aba3c 100644
--- a/net/cricket/Makefile
+++ b/net/cricket/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session \
${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
NO_PACKAGE= "needs customization"
USE_PERL5= yes
SCRIPTS_ENV+= PERL5=${PERL5}