diff options
Diffstat (limited to 'security/swatch')
-rw-r--r-- | security/swatch/Makefile | 2 | ||||
-rw-r--r-- | security/swatch/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index b09881b979b9..f358aaf31ea0 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${site_perl}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${site_perl}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${site_perl}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +site_perl= ${SITE_PERL} PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 diff --git a/security/swatch/pkg-plist b/security/swatch/pkg-plist index 719956a550a3..101828fb7dd3 100644 --- a/security/swatch/pkg-plist +++ b/security/swatch/pkg-plist @@ -1,4 +1,4 @@ bin/swatch bin/swatch_oldrc2newrc -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/swatch/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/swatch +%%SITE_PERL%%/%%PERL_ARCH%%/auto/swatch/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/swatch |