diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 16:46:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 16:46:46 +0000 |
commit | 875014b3b01006f92bb460c15c05d8e6deec936c (patch) | |
tree | 39de8395b20142d159e0363143765f4f75329ca0 /ftp | |
parent | Fix plist substitution in the new Perl order. (diff) |
Fix up after bsd.perl.mk.
Notes
Notes:
svn path=/head/; revision=199119
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/profxp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index d9f1a8156bb2..bda2c85008bc 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src MAINTAINER= ports@FreeBSD.org COMMENT= FXP (server-to-server FTP) client +USE_PERL5= yes + .include <bsd.port.pre.mk> RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ @@ -27,7 +29,6 @@ RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5- RUN_DEPENDS+= ${PERL_SITELIBDIR}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif -USE_PERL5= yes PERL_SITELIBDIR= ${SITE_PERL} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -37,6 +38,6 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp - ${CP} -R ${WRKSRC}/profxp ${PREFIX}/lib/perl5/site_perl/${PERL_VER} + ${CP} -R ${WRKSRC}/profxp ${SITE_PERL} .include <bsd.port.post.mk> |