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 | |
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
-rw-r--r-- | ftp/profxp/Makefile | 7 | ||||
-rw-r--r-- | ftp/profxp/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/distinfo | 1 |
4 files changed, 3 insertions, 7 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 diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index e6a88bffb7cd..510812cae10e 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -17,7 +17,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= 'The Next Generation' of Text::PDF::API PERL_CONFIGURE= 5.8.0+ -PERL_SITELIBDIR= ${SITE_PERL} .include <bsd.port.pre.mk> diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index c2d88fa9a822..bfadbb802a5e 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -1,3 +1,2 @@ -MD5 (PDF-API2-0.73.tar.gz) = 848fb727323390128cac85cc11f52de1 SHA256 (PDF-API2-0.73.tar.gz) = 562ea417997b611fb28edcc16942b01d05a56080592399073a9150e58699b5af SIZE (PDF-API2-0.73.tar.gz) = 7762509 |