diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /ftp/paraget | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'ftp/paraget')
-rw-r--r-- | ftp/paraget/Makefile | 8 | ||||
-rw-r--r-- | ftp/paraget/pkg-plist | 40 |
2 files changed, 24 insertions, 24 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 49c740ed9bf3..ae026545d00f 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org COMMENT= Parallel ftp-fetching program -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple PERL_CONFIGURE= yes diff --git a/ftp/paraget/pkg-plist b/ftp/paraget/pkg-plist index d8da9ac41d6a..8e5d5f1e5357 100644 --- a/ftp/paraget/pkg-plist +++ b/ftp/paraget/pkg-plist @@ -1,22 +1,22 @@ bin/paraget bin/paraget-child -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Assignment.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/AssignmentManager.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Client.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ClientManager.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Context.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Display.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Interval.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/IntervalList.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/IntervalManager.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Mirror.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/MirrorSet.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/MirrorSetGatherer.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/PerformanceReport.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/Server.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ServerList.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget/ServerQueue.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Paraget -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/paraget/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/paraget 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Paraget/Assignment.pm +%%SITE_PERL%%/Net/Paraget/AssignmentManager.pm +%%SITE_PERL%%/Net/Paraget/Client.pm +%%SITE_PERL%%/Net/Paraget/ClientManager.pm +%%SITE_PERL%%/Net/Paraget/Context.pm +%%SITE_PERL%%/Net/Paraget/Display.pm +%%SITE_PERL%%/Net/Paraget/Interval.pm +%%SITE_PERL%%/Net/Paraget/IntervalList.pm +%%SITE_PERL%%/Net/Paraget/IntervalManager.pm +%%SITE_PERL%%/Net/Paraget/Mirror.pm +%%SITE_PERL%%/Net/Paraget/MirrorSet.pm +%%SITE_PERL%%/Net/Paraget/MirrorSetGatherer.pm +%%SITE_PERL%%/Net/Paraget/PerformanceReport.pm +%%SITE_PERL%%/Net/Paraget/Server.pm +%%SITE_PERL%%/Net/Paraget/ServerList.pm +%%SITE_PERL%%/Net/Paraget/ServerQueue.pm +@dirrm %%SITE_PERL%%/Net/Paraget +%%SITE_PERL%%/%%PERL_ARCH%%/auto/paraget/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/paraget 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |