diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /security/swatch | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
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 |