From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Fri, 24 Oct 2003 12:05:09 +0000
Subject: utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
---
 www/bins/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'www/bins')

diff --git a/www/bins/Makefile b/www/bins/Makefile
index a29c716b10f5..8549cd5038ac 100644
--- a/www/bins/Makefile
+++ b/www/bins/Makefile
@@ -35,7 +35,7 @@ USE_REINPLACE=	yes
 NO_BUILD=	yes
 
 # perlbase
-PBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PBASE=	${SITE_PERL}
 
 # additional scripts
 BINS_SCRIPTS=	bins_txt2xml
-- 
cgit v1.2.3