summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/colorize/Makefile2
-rw-r--r--sysutils/cvsweb-converters/Makefile8
-rw-r--r--sysutils/fastest_cvsup/Makefile2
-rw-r--r--sysutils/p5-File-Which/pkg-plist10
-rw-r--r--sysutils/p5-Filesys-DiskSpace/Makefile1
-rw-r--r--sysutils/p5-Filesys-DiskSpace/pkg-plist10
-rw-r--r--sysutils/p5-LJ-Cache/Makefile1
-rw-r--r--sysutils/p5-LJ-Cache/pkg-plist16
-rw-r--r--sysutils/p5-LJ-TextMessage/Makefile1
-rw-r--r--sysutils/p5-LJ-TextMessage/pkg-plist10
-rw-r--r--sysutils/p5-Schedule-At/Makefile1
-rw-r--r--sysutils/p5-Schedule-At/pkg-plist10
-rw-r--r--sysutils/p5-Schedule-Cron/Makefile3
-rw-r--r--sysutils/p5-Schedule-Cron/pkg-plist10
-rw-r--r--sysutils/p5-Schedule-Match/Makefile1
-rw-r--r--sysutils/p5-Schedule-Match/pkg-plist10
-rw-r--r--sysutils/p5-Stat-lsMode/Makefile1
-rw-r--r--sysutils/p5-Stat-lsMode/pkg-plist10
-rw-r--r--sysutils/p5-Sys-CpuLoad/Makefile1
-rw-r--r--sysutils/p5-Sys-CpuLoad/pkg-plist16
-rw-r--r--sysutils/p5-SyslogScan/Makefile1
-rw-r--r--sysutils/p5-SyslogScan/pkg-plist46
-rw-r--r--sysutils/p5-Tie-Syslog/Makefile1
-rw-r--r--sysutils/p5-Tie-Syslog/pkg-plist10
-rw-r--r--sysutils/p5-UPS-Nut/Makefile1
-rw-r--r--sysutils/p5-UPS-Nut/pkg-plist10
-rw-r--r--sysutils/p5-Unix-ConfigFile/Makefile1
-rw-r--r--sysutils/p5-Unix-ConfigFile/pkg-plist18
-rw-r--r--sysutils/p5-Unix-Syslog/Makefile1
-rw-r--r--sysutils/p5-Unix-Syslog/pkg-plist16
-rw-r--r--sysutils/p5-User/Makefile1
-rw-r--r--sysutils/p5-User/pkg-plist6
-rw-r--r--sysutils/usermin/Makefile4
-rw-r--r--sysutils/webmin/Makefile4
-rw-r--r--sysutils/whatpix/Makefile4
-rw-r--r--sysutils/wots/Makefile4
36 files changed, 119 insertions, 133 deletions
diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile
index 6bcc9f356781..00aa601fd4a9 100644
--- a/sysutils/colorize/Makefile
+++ b/sysutils/colorize/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= petef@FreeBSD.org
COMMENT= A robust log colorizer
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile
index 99a99186c19b..500d8e19795f 100644
--- a/sysutils/cvsweb-converters/Makefile
+++ b/sysutils/cvsweb-converters/Makefile
@@ -13,10 +13,10 @@ MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/
MAINTAINER= mkamm@gmx.net
COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
+RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+ ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
+ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
NO_BUILD= yes
USE_PERL5= yes
diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile
index e01d83bd45cf..dacc2f31ee61 100644
--- a/sysutils/fastest_cvsup/Makefile
+++ b/sysutils/fastest_cvsup/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://fastest-cvsup.sourceforge.net/download/
MAINTAINER= ajr@subdimension.com
COMMENT= Finds fastest CVSup server
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
USE_PERL5= yes
diff --git a/sysutils/p5-File-Which/pkg-plist b/sysutils/p5-File-Which/pkg-plist
index fdcb7da0857c..bdaba80669a1 100644
--- a/sysutils/p5-File-Which/pkg-plist
+++ b/sysutils/p5-File-Which/pkg-plist
@@ -1,6 +1,6 @@
bin/pwhich
-lib/perl5/site_perl/%%PERL_VER%%/File/Which.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Which/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Which
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/File
+%%SITE_PERL%%/File/Which.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Which/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Which
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+@dirrm %%SITE_PERL%%/File
diff --git a/sysutils/p5-Filesys-DiskSpace/Makefile b/sysutils/p5-Filesys-DiskSpace/Makefile
index f3187bfd5523..8825208b6104 100644
--- a/sysutils/p5-Filesys-DiskSpace/Makefile
+++ b/sysutils/p5-Filesys-DiskSpace/Makefile
@@ -18,6 +18,5 @@ COMMENT= Perl equivalent of statfs(2)
PERL_CONFIGURE= yes
MAN3= Filesys::DiskSpace.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Filesys-DiskSpace/pkg-plist b/sysutils/p5-Filesys-DiskSpace/pkg-plist
index 352586945a72..5ebb1e2ae4b5 100644
--- a/sysutils/p5-Filesys-DiskSpace/pkg-plist
+++ b/sysutils/p5-Filesys-DiskSpace/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Filesys/DiskSpace.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Filesys
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Filesys
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace/.packlist
+%%SITE_PERL%%/Filesys/DiskSpace.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
+@dirrm %%SITE_PERL%%/Filesys
diff --git a/sysutils/p5-LJ-Cache/Makefile b/sysutils/p5-LJ-Cache/Makefile
index e27410a98ce6..ea8b10fb5da9 100644
--- a/sysutils/p5-LJ-Cache/Makefile
+++ b/sysutils/p5-LJ-Cache/Makefile
@@ -16,7 +16,6 @@ COMMENT= Perl5 implementation of an LRU dictionary cache
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= LJ::Cache.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-LJ-Cache/pkg-plist b/sysutils/p5-LJ-Cache/pkg-plist
index 21834af71757..b3f6973cd97f 100644
--- a/sysutils/p5-LJ-Cache/pkg-plist
+++ b/sysutils/p5-LJ-Cache/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/auto/LJ/Cache/autosplit.ix
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/Cache/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/LJ/Cache.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/LJ/Cache
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/Cache
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/LJ 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LJ 2>/dev/null || true
+%%SITE_PERL%%/auto/LJ/Cache/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/Cache/.packlist
+%%SITE_PERL%%/LJ/Cache.pm
+@dirrm %%SITE_PERL%%/auto/LJ/Cache
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/Cache
+@unexec rmdir %D/%%SITE_PERL%%/auto/LJ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/LJ 2>/dev/null || true
diff --git a/sysutils/p5-LJ-TextMessage/Makefile b/sysutils/p5-LJ-TextMessage/Makefile
index 47f706ae2bdc..ff4ee035f3a8 100644
--- a/sysutils/p5-LJ-TextMessage/Makefile
+++ b/sysutils/p5-LJ-TextMessage/Makefile
@@ -16,7 +16,6 @@ COMMENT= Perl5 interface to send text messages to phones/pagers
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= LJ::TextMessage.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-LJ-TextMessage/pkg-plist b/sysutils/p5-LJ-TextMessage/pkg-plist
index c252a61e7cad..adc627a007f6 100644
--- a/sysutils/p5-LJ-TextMessage/pkg-plist
+++ b/sysutils/p5-LJ-TextMessage/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/LJ/TextMessage.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/TextMessage/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ/TextMessage
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LJ 2>/dev/null || true
+%%SITE_PERL%%/LJ/TextMessage.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/LJ 2>/dev/null || true
diff --git a/sysutils/p5-Schedule-At/Makefile b/sysutils/p5-Schedule-At/Makefile
index dbcceb9fb1d7..d34436491d99 100644
--- a/sysutils/p5-Schedule-At/Makefile
+++ b/sysutils/p5-Schedule-At/Makefile
@@ -18,6 +18,5 @@ COMMENT= OS independent interface to the Unix 'at' command
PERL_CONFIGURE= yes
MAN3= Schedule::At.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Schedule-At/pkg-plist b/sysutils/p5-Schedule-At/pkg-plist
index 7e845c1cda67..ff379856ab8c 100644
--- a/sysutils/p5-Schedule-At/pkg-plist
+++ b/sysutils/p5-Schedule-At/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/Schedule/At.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/At/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/At
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Schedule 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
+%%SITE_PERL%%/Schedule/At.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/At/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/At
+@unexec rmdir %D/%%SITE_PERL%%/Schedule 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
diff --git a/sysutils/p5-Schedule-Cron/Makefile b/sysutils/p5-Schedule-Cron/Makefile
index 44e1b1092158..96a21efe3e77 100644
--- a/sysutils/p5-Schedule-Cron/Makefile
+++ b/sysutils/p5-Schedule-Cron/Makefile
@@ -16,12 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Schedule::Cron - cron-like scheduler for Perl subroutines
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
+BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Schedule::Cron.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Schedule-Cron/pkg-plist b/sysutils/p5-Schedule-Cron/pkg-plist
index 6d760fa18c54..529d5ca38929 100644
--- a/sysutils/p5-Schedule-Cron/pkg-plist
+++ b/sysutils/p5-Schedule-Cron/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Cron/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Schedule/Cron.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Cron
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Schedule 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Cron/.packlist
+%%SITE_PERL%%/Schedule/Cron.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Cron
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Schedule 2>/dev/null || true
diff --git a/sysutils/p5-Schedule-Match/Makefile b/sysutils/p5-Schedule-Match/Makefile
index f64c65de3fed..cd8837f20e6d 100644
--- a/sysutils/p5-Schedule-Match/Makefile
+++ b/sysutils/p5-Schedule-Match/Makefile
@@ -18,6 +18,5 @@ COMMENT= Handles and detects clash between pattern-based schedules
PERL_CONFIGURE= yes
MAN3= Schedule::Match.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Schedule-Match/pkg-plist b/sysutils/p5-Schedule-Match/pkg-plist
index 2e70c444039f..c04b1dda5ad2 100644
--- a/sysutils/p5-Schedule-Match/pkg-plist
+++ b/sysutils/p5-Schedule-Match/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Match/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Schedule/Match.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule/Match
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Schedule 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Match/.packlist
+%%SITE_PERL%%/Schedule/Match.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Match
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Schedule 2>/dev/null || true
diff --git a/sysutils/p5-Stat-lsMode/Makefile b/sysutils/p5-Stat-lsMode/Makefile
index 4b48cd0b987a..d2140c79dd6c 100644
--- a/sysutils/p5-Stat-lsMode/Makefile
+++ b/sysutils/p5-Stat-lsMode/Makefile
@@ -18,6 +18,5 @@ COMMENT= Stat::lsMode - format file modes like the ls -l command does
PERL_CONFIGURE= yes
MAN3= Stat::lsMode.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Stat-lsMode/pkg-plist b/sysutils/p5-Stat-lsMode/pkg-plist
index 621e7a7309f0..81786c09e006 100644
--- a/sysutils/p5-Stat-lsMode/pkg-plist
+++ b/sysutils/p5-Stat-lsMode/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Stat/lsMode/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Stat/lsMode.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Stat/lsMode
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Stat 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Stat 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode/.packlist
+%%SITE_PERL%%/Stat/lsMode.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Stat 2>/dev/null || true
diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile
index d7bb80a366fe..664d7647114b 100644
--- a/sysutils/p5-Sys-CpuLoad/Makefile
+++ b/sysutils/p5-Sys-CpuLoad/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl5 module to retrieve CPU load averages
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Sys::CpuLoad.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-Sys-CpuLoad/pkg-plist b/sysutils/p5-Sys-CpuLoad/pkg-plist
index 1f454eb478bb..52863016c303 100644
--- a/sysutils/p5-Sys-CpuLoad/pkg-plist
+++ b/sysutils/p5-Sys-CpuLoad/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Sys/CpuLoad.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/autosplit.ix
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys/CpuLoad
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sys 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Sys 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/Sys/CpuLoad.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/CpuLoad.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/CpuLoad/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/CpuLoad
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Sys 2>/dev/null || true
diff --git a/sysutils/p5-SyslogScan/Makefile b/sysutils/p5-SyslogScan/Makefile
index 6766867a41f1..97768e5f66a1 100644
--- a/sysutils/p5-SyslogScan/Makefile
+++ b/sysutils/p5-SyslogScan/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl5 routines to parse system logs
PERL_CONFIGURE= YES
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \
SyslogScan::DeliveryIterator.3 \
SyslogScan::SendmailLine.3 SyslogScan::SendmailLineFrom.3 \
diff --git a/sysutils/p5-SyslogScan/pkg-plist b/sysutils/p5-SyslogScan/pkg-plist
index 41ec60615a4b..7a33321d8e59 100644
--- a/sysutils/p5-SyslogScan/pkg-plist
+++ b/sysutils/p5-SyslogScan/pkg-plist
@@ -1,23 +1,23 @@
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/ByGroup.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Delivery.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/DeliveryIterator.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/FilterUser.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Group.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/In_identdLine.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/ParseDate.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLine.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineClone.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineFrom.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineTo.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineTrans.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailUtil.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Summary.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SyslogEntry.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/UnsupportedEntry.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Usage.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Volume.pm
-lib/perl5/site_perl/%%PERL_VER%%/SyslogScan/WhereIs.pm
-lib/perl5/site_perl/%%PERL_VER%%/read_mail_log.pl
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SyslogScan/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SyslogScan
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/SyslogScan
+%%SITE_PERL%%/SyslogScan/ByGroup.pm
+%%SITE_PERL%%/SyslogScan/Delivery.pm
+%%SITE_PERL%%/SyslogScan/DeliveryIterator.pm
+%%SITE_PERL%%/SyslogScan/FilterUser.pm
+%%SITE_PERL%%/SyslogScan/Group.pm
+%%SITE_PERL%%/SyslogScan/In_identdLine.pm
+%%SITE_PERL%%/SyslogScan/ParseDate.pm
+%%SITE_PERL%%/SyslogScan/SendmailLine.pm
+%%SITE_PERL%%/SyslogScan/SendmailLineClone.pm
+%%SITE_PERL%%/SyslogScan/SendmailLineFrom.pm
+%%SITE_PERL%%/SyslogScan/SendmailLineTo.pm
+%%SITE_PERL%%/SyslogScan/SendmailLineTrans.pm
+%%SITE_PERL%%/SyslogScan/SendmailUtil.pm
+%%SITE_PERL%%/SyslogScan/Summary.pm
+%%SITE_PERL%%/SyslogScan/SyslogEntry.pm
+%%SITE_PERL%%/SyslogScan/UnsupportedEntry.pm
+%%SITE_PERL%%/SyslogScan/Usage.pm
+%%SITE_PERL%%/SyslogScan/Volume.pm
+%%SITE_PERL%%/SyslogScan/WhereIs.pm
+%%SITE_PERL%%/read_mail_log.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SyslogScan/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SyslogScan
+@dirrm %%SITE_PERL%%/SyslogScan
diff --git a/sysutils/p5-Tie-Syslog/Makefile b/sysutils/p5-Tie-Syslog/Makefile
index 33057152d514..147c97204f3f 100644
--- a/sysutils/p5-Tie-Syslog/Makefile
+++ b/sysutils/p5-Tie-Syslog/Makefile
@@ -18,6 +18,5 @@ COMMENT= Tie a filehandle to Syslog
PERL_CONFIGURE= yes
MAN3= Tie::Syslog.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Tie-Syslog/pkg-plist b/sysutils/p5-Tie-Syslog/pkg-plist
index 02a5bde57bc2..04c6e4f437d0 100644
--- a/sysutils/p5-Tie-Syslog/pkg-plist
+++ b/sysutils/p5-Tie-Syslog/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Tie/Syslog.pm
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/Syslog 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Syslog/.packlist
+%%SITE_PERL%%/Tie/Syslog.pm
+@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Syslog 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
diff --git a/sysutils/p5-UPS-Nut/Makefile b/sysutils/p5-UPS-Nut/Makefile
index bcd88e4ec491..029d7cc22c9a 100644
--- a/sysutils/p5-UPS-Nut/Makefile
+++ b/sysutils/p5-UPS-Nut/Makefile
@@ -18,7 +18,6 @@ COMMENT= Perl module for accessing Network UPS Tools' upsd
PERL_CONFIGURE= yes
MAN3= UPS::Nut.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-configure:
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
diff --git a/sysutils/p5-UPS-Nut/pkg-plist b/sysutils/p5-UPS-Nut/pkg-plist
index 276fb6886872..09b299f80594 100644
--- a/sysutils/p5-UPS-Nut/pkg-plist
+++ b/sysutils/p5-UPS-Nut/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UPS/Nut/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/UPS/Nut.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UPS/Nut
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/UPS 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UPS 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/UPS/Nut/.packlist
+%%SITE_PERL%%/UPS/Nut.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UPS/Nut
+@unexec rmdir %D/%%SITE_PERL%%/UPS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/UPS 2>/dev/null || true
diff --git a/sysutils/p5-Unix-ConfigFile/Makefile b/sysutils/p5-Unix-ConfigFile/Makefile
index d0ed8104499c..ffd084c6d410 100644
--- a/sysutils/p5-Unix-ConfigFile/Makefile
+++ b/sysutils/p5-Unix-ConfigFile/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl modules that provides a simple interface to reading /etc files
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Unix::GroupFile.3 Unix::AliasFile.3 \
Unix::PasswdFile.3 Unix::AutomountFile.3
diff --git a/sysutils/p5-Unix-ConfigFile/pkg-plist b/sysutils/p5-Unix-ConfigFile/pkg-plist
index cf8583837622..185dd77b86b8 100644
--- a/sysutils/p5-Unix-ConfigFile/pkg-plist
+++ b/sysutils/p5-Unix-ConfigFile/pkg-plist
@@ -1,9 +1,9 @@
-lib/perl5/site_perl/%%PERL_VER%%/Unix/AliasFile.pm
-lib/perl5/site_perl/%%PERL_VER%%/Unix/AutomountFile.pm
-lib/perl5/site_perl/%%PERL_VER%%/Unix/ConfigFile.pm
-lib/perl5/site_perl/%%PERL_VER%%/Unix/GroupFile.pm
-lib/perl5/site_perl/%%PERL_VER%%/Unix/PasswdFile.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/ConfigFile/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/ConfigFile
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Unix 2>/dev/null || true
+%%SITE_PERL%%/Unix/AliasFile.pm
+%%SITE_PERL%%/Unix/AutomountFile.pm
+%%SITE_PERL%%/Unix/ConfigFile.pm
+%%SITE_PERL%%/Unix/GroupFile.pm
+%%SITE_PERL%%/Unix/PasswdFile.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/ConfigFile/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/ConfigFile
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Unix 2>/dev/null || true
diff --git a/sysutils/p5-Unix-Syslog/Makefile b/sysutils/p5-Unix-Syslog/Makefile
index 2ca2a4dd2e8f..d75c398f74ef 100644
--- a/sysutils/p5-Unix-Syslog/Makefile
+++ b/sysutils/p5-Unix-Syslog/Makefile
@@ -18,6 +18,5 @@ COMMENT= Perl5 interface to the UNIX syslog(3) calls
PERL_CONFIGURE= yes
MAN3= Unix::Syslog.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/sysutils/p5-Unix-Syslog/pkg-plist b/sysutils/p5-Unix-Syslog/pkg-plist
index c6e45dfbe96d..161d9d310ad9 100644
--- a/sysutils/p5-Unix-Syslog/pkg-plist
+++ b/sysutils/p5-Unix-Syslog/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unix/Syslog.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/Syslog/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/Syslog/Syslog.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/Syslog/Syslog.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/Syslog/autosplit.ix
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix/Syslog
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unix 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unix 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/Unix/Syslog.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Syslog/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Syslog/Syslog.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Syslog/Syslog.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Syslog/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix/Syslog
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unix 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Unix 2>/dev/null || true
diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile
index 9866949438f9..0badd9091d5d 100644
--- a/sysutils/p5-User/Makefile
+++ b/sysutils/p5-User/Makefile
@@ -17,7 +17,6 @@ COMMENT= User - API for locating user information regardless of OS
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= User.3
.include <bsd.port.mk>
diff --git a/sysutils/p5-User/pkg-plist b/sysutils/p5-User/pkg-plist
index e6faed84a23b..1761c1a8fa37 100644
--- a/sysutils/p5-User/pkg-plist
+++ b/sysutils/p5-User/pkg-plist
@@ -1,3 +1,3 @@
-lib/perl5/site_perl/%%PERL_VER%%/User.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/User/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/User
+%%SITE_PERL%%/User.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/User/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/User
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile
index 7948cd5305e5..9a3178937a20 100644
--- a/sysutils/usermin/Makefile
+++ b/sysutils/usermin/Makefile
@@ -17,8 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Web-based interface for performing some user tasks
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+ ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM
NO_BUILD= yes
USE_PERL5= yes
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 67c1466dc5e7..abfdecfbfdc7 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -17,8 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Web-based interface for system administration for Unix
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
+ ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM
NO_BUILD= yes
USE_PERL5= yes
diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile
index eecc62fe7cc2..efa4dfcb98ed 100644
--- a/sysutils/whatpix/Makefile
+++ b/sysutils/whatpix/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://whatpix.sourceforge.net/download/
MAINTAINER= pcasidy@casidy.com
COMMENT= Perl console application which finds, moves or deletes duplicate files
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
NO_BUILD= yes
USE_PERL5_RUN= yes
diff --git a/sysutils/wots/Makefile b/sysutils/wots/Makefile
index 66212579213e..eab6fd51f21f 100644
--- a/sysutils/wots/Makefile
+++ b/sysutils/wots/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/
MAINTAINER= bms@spc.org
COMMENT= System log watch/alert utility, similar to swatch, written in Perl
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+BUILD_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes