aboutsummaryrefslogtreecommitdiff
path: root/ftp/paraget
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /ftp/paraget
parent386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff)
downloadports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz
ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip
Notes
Diffstat (limited to 'ftp/paraget')
-rw-r--r--ftp/paraget/Makefile8
-rw-r--r--ftp/paraget/pkg-plist40
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