summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-14 16:15:28 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-14 16:15:28 +0000
commit42c4ccbeaa47849ae1a79e1c5024956e4ea761c7 (patch)
treeeb1cc29fd57bcc361e0821fefc8ead180cec4dad /net-mgmt
parentcc7ccffcd9fce1f9993eac8a8b8b586962159f50 (diff)
downloadFreeBSD-ports-42c4ccbeaa47849ae1a79e1c5024956e4ea761c7.zip
FreeBSD-ports-42c4ccbeaa47849ae1a79e1c5024956e4ea761c7.tar.gz
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-mgmt')
-rw-r--r--net-mgmt/cricket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile
index 4e4ab5f..c34cdc9 100644
--- a/net-mgmt/cricket/Makefile
+++ b/net-mgmt/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}
OpenPOWER on IntegriCloud