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 /french | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/facturier/Makefile | 2 | ||||
-rw-r--r-- | french/plgrenouille/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index f5b62d060922..2bf970263d1a 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -29,7 +29,7 @@ USE_REINPLACE= yes APACHE_PORT?= ${PORTSDIR}/www/apache13 APACHE_CNFDIR?= ${LOCALBASE}/etc/apache APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf -PBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PBASE= ${SITE_PERL} DBOWN?= PROP_BD DBPWD?= MDP_BD diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index 1a4888d46655..f145e36dda6f 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= cyrille.lefevre@laposte.net COMMENT= Un client pour determiner votre bande passante a un raccordement large bande -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net .if !defined(BATCH) IS_INTERACTIVE= yes |