summaryrefslogtreecommitdiff
path: root/astro/p5-SETI-Stats
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /astro/p5-SETI-Stats
parentChange MASTER_SITES to fix fetch (diff)
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'astro/p5-SETI-Stats')
-rw-r--r--astro/p5-SETI-Stats/Makefile1
-rw-r--r--astro/p5-SETI-Stats/pkg-plist8
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/p5-SETI-Stats/Makefile b/astro/p5-SETI-Stats/Makefile
index 5e71b1018c56..cf18e6160d15 100644
--- a/astro/p5-SETI-Stats/Makefile
+++ b/astro/p5-SETI-Stats/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl module for local/remote access to SETI@home stats
PERL_CONFIGURE= yes
MAN3= SETI::Stats.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-install:
.if !defined(NOPORTDOCS)
diff --git a/astro/p5-SETI-Stats/pkg-plist b/astro/p5-SETI-Stats/pkg-plist
index c8187318ebe9..0758e730e3ec 100644
--- a/astro/p5-SETI-Stats/pkg-plist
+++ b/astro/p5-SETI-Stats/pkg-plist
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/SETI/Stats.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SETI-Stats/.packlist
+%%SITE_PERL%%/SETI/Stats.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SETI-Stats/.packlist
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SETI-Stats
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/SETI
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SETI-Stats
+@dirrm %%SITE_PERL%%/SETI
%%PORTDOCS%%@dirrm %%DOCSDIR%%