From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- net-mgmt/aspathtree/Makefile | 2 +- net-mgmt/cricket/Makefile | 4 ++-- net-mgmt/flowscan/Makefile | 10 ++++---- net-mgmt/junipoll/Makefile | 2 +- net-mgmt/junipoll/pkg-plist | 4 ++-- net-mgmt/mrtg/pkg-plist | 16 ++++++------- net-mgmt/net-snmp-tkmib/Makefile | 2 +- net-mgmt/nrpep/Makefile | 2 +- net-mgmt/nsc/Makefile | 2 +- net-mgmt/p5-Altoids/Makefile | 2 +- net-mgmt/p5-Altoids/pkg-plist | 4 ++-- net-mgmt/p5-Cflow/pkg-plist | 12 +++++----- net-mgmt/p5-JUNOScript/Makefile | 3 +-- net-mgmt/p5-JUNOScript/pkg-plist | 42 ++++++++++++++++----------------- net-mgmt/p5-Mon/Makefile | 1 - net-mgmt/p5-Mon/pkg-plist | 12 +++++----- net-mgmt/p5-Net-CIDR/Makefile | 1 - net-mgmt/p5-Net-CIDR/pkg-plist | 10 ++++---- net-mgmt/p5-Net-IPv4Addr/pkg-plist | 16 ++++++------- net-mgmt/p5-Net-IPv6Addr/Makefile | 4 ++-- net-mgmt/p5-Net-IPv6Addr/pkg-plist | 10 ++++---- net-mgmt/p5-Net-Netmask/Makefile | 1 - net-mgmt/p5-Net-Netmask/pkg-plist | 12 +++++----- net-mgmt/p5-NetAddr-IP/Makefile | 2 +- net-mgmt/p5-NetAddr-IP/pkg-plist | 10 ++++---- net-mgmt/p5-SNMP-MIB-Compiler/Makefile | 2 +- net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist | 22 ++++++++--------- net-mgmt/p5-SNMP-Util/Makefile | 3 +-- net-mgmt/p5-SNMP-Util/pkg-plist | 10 ++++---- net-mgmt/p5-SNMP/pkg-plist | 12 +++++----- net-mgmt/p5-SNMP_Session/pkg-plist | 10 ++++---- net-mgmt/p5-Telnet-Cisco/Makefile | 7 +++--- net-mgmt/p5-Telnet-Cisco/pkg-plist | 22 ++++++++--------- net-mgmt/rancid-devel/Makefile | 3 +-- net-mgmt/rancid/Makefile | 3 +-- net-mgmt/remarp/pkg-plist | 6 ++--- 36 files changed, 139 insertions(+), 147 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/aspathtree/Makefile b/net-mgmt/aspathtree/Makefile index 6bad5d98f372..90081e8341bc 100644 --- a/net-mgmt/aspathtree/Makefile +++ b/net-mgmt/aspathtree/Makefile @@ -13,7 +13,7 @@ DISTNAME= ASpath-tree-v${PORTVERSION} MAINTAINER= Janos.Mohacsi@bsd.hu COMMENT= Checks IPv6 routes' stability and correctness on IPv6 internet -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ +RUN_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ ripewhois:${PORTSDIR}/net/ripetools WRKSRC= ${WRKDIR}/ASpath-tree-v${PORTVERSION}/ diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 488fa0239f8a..2ed994b0c80b 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -22,8 +22,8 @@ RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -SITE_PERL_ARCH= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} +SITE_PERL= ${SITE_PERL} +SITE_PERL_ARCH= ${SITE_PERL}/${PERL_ARCH} HAS_CONFIGURE= yes USE_PERL5= yes diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index d3a8084b8ac0..700951d2bb4d 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -18,11 +18,11 @@ COMMENT= Processes IP flows recorded in cflowd-format raw flow files BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ rrdtool:${PORTSDIR}/net/rrdtool \ ${LOCALBASE}/sbin/cflowd:${PORTSDIR}/net/cflowd \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converters/p5-Boulder \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Patricia.pm:${PORTSDIR}/net/p5-Net-Patricia + ${SITE_PERL}/Boulder/Stream.pm:${PORTSDIR}/converters/p5-Boulder \ + ${SITE_PERL}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ + ${SITE_PERL}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ + ${SITE_PERL}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow \ + ${SITE_PERL}/${PERL_ARCH}/Net/Patricia.pm:${PORTSDIR}/net/p5-Net-Patricia RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake CFLOWD_FLOWSCAN_PATCH= yes diff --git a/net-mgmt/junipoll/Makefile b/net-mgmt/junipoll/Makefile index b0675b4d157c..2fc2c20d73c5 100644 --- a/net-mgmt/junipoll/Makefile +++ b/net-mgmt/junipoll/Makefile @@ -15,7 +15,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT= JUNIper router snmp POLLer for firewall filter counters RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Altoids.pm:${PORTSDIR}/net/p5-Altoids + ${SITE_PERL}/Altoids.pm:${PORTSDIR}/net/p5-Altoids PERL_CONFIGURE= yes diff --git a/net-mgmt/junipoll/pkg-plist b/net-mgmt/junipoll/pkg-plist index 83ccc1238da3..b2014994c599 100644 --- a/net-mgmt/junipoll/pkg-plist +++ b/net-mgmt/junipoll/pkg-plist @@ -1,3 +1,3 @@ bin/junipoll -lib/perl5/site_perl/%%PERL_VER%%/HCInterfaceTemplate.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/junipoll/.packlist +%%SITE_PERL%%/HCInterfaceTemplate.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/junipoll/.packlist diff --git a/net-mgmt/mrtg/pkg-plist b/net-mgmt/mrtg/pkg-plist index 259b0b713149..949875428795 100644 --- a/net-mgmt/mrtg/pkg-plist +++ b/net-mgmt/mrtg/pkg-plist @@ -3,13 +3,13 @@ bin/indexmaker bin/mrtg bin/rateup etc/mrtg/mrtg.cfg.sample -lib/perl5/site_perl/%%PERL_VER%%/MRTG_lib.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/InputObjects.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/PlainText.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Select.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Usage.pm -lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm +%%SITE_PERL%%/MRTG_lib.pm +%%SITE_PERL%%/Pod/InputObjects.pm +%%SITE_PERL%%/Pod/Parser.pm +%%SITE_PERL%%/Pod/PlainText.pm +%%SITE_PERL%%/Pod/Select.pm +%%SITE_PERL%%/Pod/Usage.pm +%%SITE_PERL%%/locales_mrtg.pm %%PORTDOCS%%share/doc/mrtg/ANNOUNCE %%PORTDOCS%%share/doc/mrtg/CHANGES %%PORTDOCS%%share/doc/mrtg/COPYRIGHT @@ -80,6 +80,6 @@ share/mrtg/mrtg-r.png share/mrtg/mrtg-ti.gif share/mrtg/mrtg-ti.png @dirrm etc/mrtg -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod +@dirrm %%SITE_PERL%%/Pod %%PORTDOCS%%@dirrm share/doc/mrtg @dirrm share/mrtg diff --git a/net-mgmt/net-snmp-tkmib/Makefile b/net-mgmt/net-snmp-tkmib/Makefile index 11fbf73acba1..c7716fb32ab1 100644 --- a/net-mgmt/net-snmp-tkmib/Makefile +++ b/net-mgmt/net-snmp-tkmib/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${SITE_PERL}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ WRKSRC= ${WRKDIR}/ucd-snmp-${PORTVERSION} NO_BUILD= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} +SITE_PERL= ${SITE_PERL}/${PERL_ARCH} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/local/tkmib ${PREFIX}/bin diff --git a/net-mgmt/nrpep/Makefile b/net-mgmt/nrpep/Makefile index 1e28d35e33bf..c6f65fab0575 100644 --- a/net-mgmt/nrpep/Makefile +++ b/net-mgmt/nrpep/Makefile @@ -14,7 +14,7 @@ COMMENT= A netsaint addon for running plugins on remote hosts # Note that this port depends on neither netsaint-plugins OR netsaint, because it # installs both a client and a server, and so could need EITHER. Bummer. -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES +RUN_DEPENDS= ${SITE_PERL}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES USE_PERL5_RUN= yes diff --git a/net-mgmt/nsc/Makefile b/net-mgmt/nsc/Makefile index 597411d2f587..5284c92a46de 100644 --- a/net-mgmt/nsc/Makefile +++ b/net-mgmt/nsc/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= dirk MAINTAINER= dirk@FreeBSD.org COMMENT= Netsaint Console monitor -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile index 4278a53e9e95..942bba982e66 100644 --- a/net-mgmt/p5-Altoids/Makefile +++ b/net-mgmt/p5-Altoids/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org COMMENT= SNMP get/walk functionality with built-in name to OID translation -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session +RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session GNU_CONFIGURE= yes diff --git a/net-mgmt/p5-Altoids/pkg-plist b/net-mgmt/p5-Altoids/pkg-plist index a0872517cd92..940269ace681 100644 --- a/net-mgmt/p5-Altoids/pkg-plist +++ b/net-mgmt/p5-Altoids/pkg-plist @@ -1,7 +1,7 @@ bin/altget bin/altwalk -lib/perl5/site_perl/%%PERL_VER%%/Altoids.pm -lib/perl5/site_perl/%%PERL_VER%%/altoids.pl +%%SITE_PERL%%/Altoids.pm +%%SITE_PERL%%/altoids.pl share/altoids/CISCO-ATM-IF-MIB.oid share/altoids/CISCO-LECS-MIB.oid share/altoids/CISCO-LES-MIB.oid diff --git a/net-mgmt/p5-Cflow/pkg-plist b/net-mgmt/p5-Cflow/pkg-plist index b6979f86cd3e..57c85d3587fc 100644 --- a/net-mgmt/p5-Cflow/pkg-plist +++ b/net-mgmt/p5-Cflow/pkg-plist @@ -1,7 +1,7 @@ bin/flowdumper -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cflow/Cflow.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cflow/Cflow.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cflow/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cflow.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cflow/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cflow +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cflow/Cflow.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cflow/Cflow.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cflow/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Cflow.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cflow/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cflow diff --git a/net-mgmt/p5-JUNOScript/Makefile b/net-mgmt/p5-JUNOScript/Makefile index e25502cd08d2..ba2f8c24f81f 100644 --- a/net-mgmt/p5-JUNOScript/Makefile +++ b/net-mgmt/p5-JUNOScript/Makefile @@ -18,7 +18,7 @@ DISTNAME= junoscript-perl-${PORTVERSION}-domestic MAINTAINER= jesper@FreeBSD.org COMMENT= API to exchange information with Juniper Networks routers -PERL_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_BASE= ${SITE_PERL} LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ xml2:${PORTSDIR}/textproc/libxml2 \ xslt:${PORTSDIR}/textproc/libxslt @@ -69,7 +69,6 @@ PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/junoscript-perl-${PORTVERSION} -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= JUNOS::Access.3 \ JUNOS::Access::stubs.3 \ JUNOS::Access::ssl.3 \ diff --git a/net-mgmt/p5-JUNOScript/pkg-plist b/net-mgmt/p5-JUNOScript/pkg-plist index 4dd8d09e06a4..0bdc37ffe4cc 100644 --- a/net-mgmt/p5-JUNOScript/pkg-plist +++ b/net-mgmt/p5-JUNOScript/pkg-plist @@ -1,21 +1,21 @@ -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/stubs.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/ssl.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/xnm.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/clear_text.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/telnet.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/rsh.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access/ssh.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jroute_methods.pl -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jcrypto_methods.pl -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2/jkernel_methods.pl -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Methods.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/version.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Response.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Trace.pm -lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Device.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/5.3R2 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/Access -@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS/DOM -@dirrm lib/perl5/site_perl/%%PERL_VER%%/JUNOS +%%SITE_PERL%%/JUNOS/Access/stubs.pm +%%SITE_PERL%%/JUNOS/Access/ssl.pm +%%SITE_PERL%%/JUNOS/Access/xnm.pm +%%SITE_PERL%%/JUNOS/Access/clear_text.pm +%%SITE_PERL%%/JUNOS/Access/telnet.pm +%%SITE_PERL%%/JUNOS/Access/rsh.pm +%%SITE_PERL%%/JUNOS/Access/ssh.pm +%%SITE_PERL%%/JUNOS/Access.pm +%%SITE_PERL%%/JUNOS/5.3R2/jroute_methods.pl +%%SITE_PERL%%/JUNOS/5.3R2/jcrypto_methods.pl +%%SITE_PERL%%/JUNOS/5.3R2/jkernel_methods.pl +%%SITE_PERL%%/JUNOS/Methods.pm +%%SITE_PERL%%/JUNOS/DOM/Parser.pm +%%SITE_PERL%%/JUNOS/version.pm +%%SITE_PERL%%/JUNOS/Response.pm +%%SITE_PERL%%/JUNOS/Trace.pm +%%SITE_PERL%%/JUNOS/Device.pm +@dirrm %%SITE_PERL%%/JUNOS/5.3R2 +@dirrm %%SITE_PERL%%/JUNOS/Access +@dirrm %%SITE_PERL%%/JUNOS/DOM +@dirrm %%SITE_PERL%%/JUNOS diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile index 6c894c62f4ee..08fd4f743ca2 100644 --- a/net-mgmt/p5-Mon/Makefile +++ b/net-mgmt/p5-Mon/Makefile @@ -18,7 +18,6 @@ COMMENT= A perl module that supports mon, a network and system monitoring daemon PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mon::SNMP.3 \ Mon::Client.3 \ Mon::Protocol.3 diff --git a/net-mgmt/p5-Mon/pkg-plist b/net-mgmt/p5-Mon/pkg-plist index 2ecd0782ab22..1e891925646e 100644 --- a/net-mgmt/p5-Mon/pkg-plist +++ b/net-mgmt/p5-Mon/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Mon/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/Mon/Client.pm -lib/perl5/site_perl/%%PERL_VER%%/Mon/Protocol.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mon +%%SITE_PERL%%/Mon/SNMP.pm +%%SITE_PERL%%/Mon/Client.pm +%%SITE_PERL%%/Mon/Protocol.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon +@dirrm %%SITE_PERL%%/Mon diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile index 0b15ece4220a..343b90023a03 100644 --- a/net-mgmt/p5-Net-CIDR/Makefile +++ b/net-mgmt/p5-Net-CIDR/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::CIDR.3 .include diff --git a/net-mgmt/p5-Net-CIDR/pkg-plist b/net-mgmt/p5-Net-CIDR/pkg-plist index 63df1a085536..cb70ad77e5a0 100644 --- a/net-mgmt/p5-Net-CIDR/pkg-plist +++ b/net-mgmt/p5-Net-CIDR/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/CIDR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CIDR +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-Net-IPv4Addr/pkg-plist b/net-mgmt/p5-Net-IPv4Addr/pkg-plist index 0a3f254d4f64..44e353284e09 100644 --- a/net-mgmt/p5-Net-IPv4Addr/pkg-plist +++ b/net-mgmt/p5-Net-IPv4Addr/pkg-plist @@ -1,9 +1,9 @@ bin/ipv4calc -lib/perl5/site_perl/%%PERL_VER%%/Net/IPv4Addr.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/IPv4Addr/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv4Addr/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv4Addr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/IPv4Addr -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/IPv4Addr.pm +%%SITE_PERL%%/auto/Net/IPv4Addr/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPv4Addr/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPv4Addr +@dirrm %%SITE_PERL%%/auto/Net/IPv4Addr +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-Net-IPv6Addr/Makefile b/net-mgmt/p5-Net-IPv6Addr/Makefile index 4fcf1c77ddce..5e3d57a5d4f3 100644 --- a/net-mgmt/p5-Net-IPv6Addr/Makefile +++ b/net-mgmt/p5-Net-IPv6Addr/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jj@nttmcl.com COMMENT= Perl extension for manipulating IPv6 addresses -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IPv4Addr.pm:${PORTSDIR}/net/p5-Net-IPv4Addr \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85 +BUILD_DEPENDS= ${SITE_PERL}/Net/IPv4Addr.pm:${PORTSDIR}/net/p5-Net-IPv4Addr \ + ${SITE_PERL}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-Net-IPv6Addr/pkg-plist b/net-mgmt/p5-Net-IPv6Addr/pkg-plist index 43f6d919b7a7..a572beffdd37 100644 --- a/net-mgmt/p5-Net-IPv6Addr/pkg-plist +++ b/net-mgmt/p5-Net-IPv6Addr/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/IPv6Addr.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv6Addr -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/IPv6Addr.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPv6Addr/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IPv6Addr +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile index ca105125cdcb..e3d4b16f9414 100644 --- a/net-mgmt/p5-Net-Netmask/Makefile +++ b/net-mgmt/p5-Net-Netmask/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl module to parse, manipulate and lookup IP network blocks PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Netmask.3 .include diff --git a/net-mgmt/p5-Net-Netmask/pkg-plist b/net-mgmt/p5-Net-Netmask/pkg-plist index 6a04e9c5fa62..99bfc80a6892 100644 --- a/net-mgmt/p5-Net-Netmask/pkg-plist +++ b/net-mgmt/p5-Net-Netmask/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pod -lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Netmask.pod +%%SITE_PERL%%/Net/Netmask.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile index a9f654cf2744..bd2fae0e00e8 100644 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ b/net-mgmt/p5-NetAddr-IP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for working with IP addresses and blocks thereof -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-NetAddr-IP/pkg-plist b/net-mgmt/p5-NetAddr-IP/pkg-plist index 06ce8b14fa22..3b5b565fb485 100644 --- a/net-mgmt/p5-NetAddr-IP/pkg-plist +++ b/net-mgmt/p5-NetAddr-IP/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetAddr +%%SITE_PERL%%/NetAddr/IP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr +@dirrm %%SITE_PERL%%/NetAddr diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile index f5a01f0cb517..8999b8efdd50 100644 --- a/net-mgmt/p5-SNMP-MIB-Compiler/Makefile +++ b/net-mgmt/p5-SNMP-MIB-Compiler/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= marcus@FreeBSD.org COMMENT= A Perl MIB compiler supporting both SMIv1 and SMIv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare +BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare PERL_CONFIGURE= yes diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist b/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist index 1dc69ce8baba..d5743b0f21f8 100644 --- a/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist +++ b/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist @@ -1,13 +1,13 @@ bin/mibbrowser bin/mibcompiler -lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB/Compiler.pm -lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB/Compiler.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB -@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true +%%SITE_PERL%%/SNMP/MIB/Compiler.pm +%%SITE_PERL%%/Bundle/SNMP/MIB/Compiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/MIB +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP +@dirrm %%SITE_PERL%%/SNMP/MIB +@dirrm %%SITE_PERL%%/SNMP +@dirrm %%SITE_PERL%%/Bundle/SNMP/MIB +@dirrm %%SITE_PERL%%/Bundle/SNMP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile index 4072c6530360..bfe7997ff7a3 100644 --- a/net-mgmt/p5-SNMP-Util/Makefile +++ b/net-mgmt/p5-SNMP-Util/Makefile @@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= fenner@FreeBSD.org COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP PERL_CONFIGURE= yes MAN3= SNMP::Util.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff --git a/net-mgmt/p5-SNMP-Util/pkg-plist b/net-mgmt/p5-SNMP-Util/pkg-plist index 8d1bb8e92c43..45bd43f00781 100644 --- a/net-mgmt/p5-SNMP-Util/pkg-plist +++ b/net-mgmt/p5-SNMP-Util/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util_env.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util -@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP +%%SITE_PERL%%/SNMP/Util.pm +%%SITE_PERL%%/SNMP/Util_env.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Util/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Util +@dirrm %%SITE_PERL%%/SNMP diff --git a/net-mgmt/p5-SNMP/pkg-plist b/net-mgmt/p5-SNMP/pkg-plist index ab35e7ecaf97..44aead515a4d 100644 --- a/net-mgmt/p5-SNMP/pkg-plist +++ b/net-mgmt/p5-SNMP/pkg-plist @@ -1,7 +1,7 @@ lib/perl5/site_perl/README.SNMP -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP +%%SITE_PERL%%/%%PERL_ARCH%%/SNMP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist index 427fdd615c02..f2271d1b39be 100644 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ b/net-mgmt/p5-SNMP_Session/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist +%%SITE_PERL%%/BER.pm +%%SITE_PERL%%/SNMP_Session.pm +%%SITE_PERL%%/SNMP_util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/SNMP_Session/README %%PORTDOCS%%share/doc/SNMP_Session/README.SNMP_util %%PORTDOCS%%share/doc/SNMP_Session/index.html %%PORTDOCS%%@dirrm share/doc/SNMP_Session -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session diff --git a/net-mgmt/p5-Telnet-Cisco/Makefile b/net-mgmt/p5-Telnet-Cisco/Makefile index 8d939273774e..b085d858b2b6 100644 --- a/net-mgmt/p5-Telnet-Cisco/Makefile +++ b/net-mgmt/p5-Telnet-Cisco/Makefile @@ -15,14 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= lyngbol@wheel.dk COMMENT= Perl5 module to telnet to Cisco routers -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::Telnet::Cisco.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff --git a/net-mgmt/p5-Telnet-Cisco/pkg-plist b/net-mgmt/p5-Telnet-Cisco/pkg-plist index 9c5819955ccc..a47cbba36307 100644 --- a/net-mgmt/p5-Telnet-Cisco/pkg-plist +++ b/net-mgmt/p5-Telnet-Cisco/pkg-plist @@ -1,11 +1,11 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet/Cisco.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet/Cisco/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet/Cisco 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Telnet 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Telnet/Cisco.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist +%%SITE_PERL%%/auto/Net/Telnet/Cisco/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net/Telnet 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net/Telnet/Cisco 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net/Telnet 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index ec6d4faf7a67..4b0bd395c706 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} USE_PERL5= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes @@ -27,7 +27,6 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX}/rancid -MANPREFIX= ${PREFIX}/rancid MAN1= lg_intro.1 par.1 do-diffs.1 alogin.1 blogin.1 clogin.1 \ control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 \ diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index ec6d4faf7a67..4b0bd395c706 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} USE_PERL5= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes @@ -27,7 +27,6 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX}/rancid -MANPREFIX= ${PREFIX}/rancid MAN1= lg_intro.1 par.1 do-diffs.1 alogin.1 blogin.1 clogin.1 \ control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 \ diff --git a/net-mgmt/remarp/pkg-plist b/net-mgmt/remarp/pkg-plist index 7b1cdbf0912a..ca539473cd5d 100644 --- a/net-mgmt/remarp/pkg-plist +++ b/net-mgmt/remarp/pkg-plist @@ -1,5 +1,5 @@ sbin/remarp etc/remarp.conf.sample -lib/perl5/site_perl/%%PERL_VER%%/remarp/config.pm -lib/perl5/site_perl/%%PERL_VER%%/remarp/configure.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/remarp +%%SITE_PERL%%/remarp/config.pm +%%SITE_PERL%%/remarp/configure.pm +@dirrm %%SITE_PERL%%/remarp -- cgit v1.2.3