summaryrefslogtreecommitdiff
path: root/net-mgmt/cricket
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 16:15:28 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 16:15:28 +0000
commita1e6da4299038609e62b42c62f45f3a0181ebb43 (patch)
tree7f1e278259691217504a7ae7bcde683ff40e9810 /net-mgmt/cricket
parento Fix a breakage (missed <sys/types.h>); (diff)
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)
Notes
Notes: svn path=/head/; revision=39835
Diffstat (limited to 'net-mgmt/cricket')
-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 4e4ab5ff5549..c34cdc9aba3c 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}