diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-01 00:00:42 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-01 00:00:42 +0800 |
commit | 1dc23aad14e67fcff7c4f36716844cc6977cb40d (patch) | |
tree | 92971ca059d574e6d6d8372a9fe5391c92ec998b /ftp/profxp | |
parent | 3fc3fe92d138b3861963cce50dfb22abc690b8ea (diff) | |
download | freebsd-ports-gnome-1dc23aad14e67fcff7c4f36716844cc6977cb40d.tar.gz freebsd-ports-gnome-1dc23aad14e67fcff7c4f36716844cc6977cb40d.tar.zst freebsd-ports-gnome-1dc23aad14e67fcff7c4f36716844cc6977cb40d.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 |