summaryrefslogtreecommitdiffstats
path: root/devel/p5-Inline-Filters
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerijliao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commit821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch)
tree58fe92204378aa80d003f4d264f7a76f3b318df9 /devel/p5-Inline-Filters
parent1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff)
downloadFreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip
FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'devel/p5-Inline-Filters')
-rw-r--r--devel/p5-Inline-Filters/Makefile3
-rw-r--r--devel/p5-Inline-Filters/pkg-plist12
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Inline-Filters/Makefile b/devel/p5-Inline-Filters/Makefile
index d37559e..6e89748 100644
--- a/devel/p5-Inline-Filters/Makefile
+++ b/devel/p5-Inline-Filters/Makefile
@@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
COMMENT= Common source code filters for Inline Modules
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
+BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Inline::Filters.3
.include <bsd.port.mk>
diff --git a/devel/p5-Inline-Filters/pkg-plist b/devel/p5-Inline-Filters/pkg-plist
index c1ba1b1..91460b4 100644
--- a/devel/p5-Inline-Filters/pkg-plist
+++ b/devel/p5-Inline-Filters/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Filters/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Inline/Filters.pm
-lib/perl5/site_perl/%%PERL_VER%%/Inline/Filters.pod
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Filters
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/Filters/.packlist
+%%SITE_PERL%%/Inline/Filters.pm
+%%SITE_PERL%%/Inline/Filters.pod
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/Filters
+@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
OpenPOWER on IntegriCloud