diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-09 00:46:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-09 00:46:46 +0800 |
commit | 3d9c575363e6c73f3f29523096be424456be9ac6 (patch) | |
tree | 2f5fed552059be617b7dc50ebc213e13863d8e8b /ftp | |
parent | ee95d832a7de30ef10a6c7ba0fab887e40e0d5d8 (diff) | |
download | freebsd-ports-gnome-3d9c575363e6c73f3f29523096be424456be9ac6.tar.gz freebsd-ports-gnome-3d9c575363e6c73f3f29523096be424456be9ac6.tar.zst freebsd-ports-gnome-3d9c575363e6c73f3f29523096be424456be9ac6.zip |
Fix up after bsd.perl.mk.
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> |