diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /www/rt34 | |
parent | Change MASTER_SITES to fix fetch (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92059
Diffstat (limited to '')
-rw-r--r-- | www/rt34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index 1762ae0e3bd0..c278af267e90 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -103,7 +103,7 @@ DB_TYPE= mysql BUILD_DEPENDS+= ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server .endif -SITE_PERL:= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL:= ${SITE_PERL} ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}/ USE_PERL5= yes RT_PATH?= ${PREFIX}/rt3 |