diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-01 00:00:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-01 00:00:42 +0800 |
commit | bea0c3419d96826de834aeab6c1f908b8ad7f810 (patch) | |
tree | 4efebf5a6ba5cfa74486f8dc11706a057871648d /ftp/profxp | |
parent | c6278d9a56fcc50e956ef9890c788e29a0ec2ab2 (diff) | |
download | freebsd-ports-gnome-bea0c3419d96826de834aeab6c1f908b8ad7f810.tar.gz freebsd-ports-gnome-bea0c3419d96826de834aeab6c1f908b8ad7f810.tar.zst freebsd-ports-gnome-bea0c3419d96826de834aeab6c1f908b8ad7f810.zip |
- Remove PERL_SITELIBDIR
- Remove obsolete MD5 sum
Diffstat (limited to 'ftp/profxp')
-rw-r--r-- | ftp/profxp/Makefile | 7 | ||||
-rw-r--r-- | ftp/profxp/distinfo | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 72e82ed2fda4..a4c636dabda0 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -18,11 +18,10 @@ COMMENT= FXP (server-to-server FTP) client USE_PERL5= yes -RUN_DEPENDS= ${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ - ${PERL_SITELIBDIR}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${PERL_SITELIBDIR}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl +RUN_DEPENDS= ${SITE_PERL}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl -PERL_SITELIBDIR= ${SITE_PERL} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes diff --git a/ftp/profxp/distinfo b/ftp/profxp/distinfo index d5da7e14a8ec..ae10c738a1c2 100644 --- a/ftp/profxp/distinfo +++ b/ftp/profxp/distinfo @@ -1,3 +1,2 @@ -MD5 (profxp-v3-pre2-src.tar.gz) = 66bc8de435ee02378eecdf129d7695dd SHA256 (profxp-v3-pre2-src.tar.gz) = 975af5393b2a66bdca378b349d5c674551b668858e0ac505763052170e484452 SIZE (profxp-v3-pre2-src.tar.gz) = 16647 |