aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Rcs
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
committerijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
commit821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch)
tree58fe92204378aa80d003f4d264f7a76f3b318df9 /devel/p5-Rcs
parent1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff)
downloadfreebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz
freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst
freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'devel/p5-Rcs')
-rw-r--r--devel/p5-Rcs/Makefile1
-rw-r--r--devel/p5-Rcs/pkg-plist6
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Rcs/Makefile b/devel/p5-Rcs/Makefile
index c6cbba17383e..25dd405590e1 100644
--- a/devel/p5-Rcs/Makefile
+++ b/devel/p5-Rcs/Makefile
@@ -18,7 +18,6 @@ COMMENT= Perl Object Class for Revision Control System (RCS)
PERL_CONFIGURE= yes
MAN3= Rcs.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLES= access.pl ci-tree.pl ci.pl co-tree.pl co.pl \
diff --git a/devel/p5-Rcs/pkg-plist b/devel/p5-Rcs/pkg-plist
index 7c63aec5bd90..ad624e112fb8 100644
--- a/devel/p5-Rcs/pkg-plist
+++ b/devel/p5-Rcs/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Rcs.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs/.packlist
+%%SITE_PERL%%/Rcs.pm
share/examples/p5-Rcs/project/RCS/Rcs.pm,v
share/examples/p5-Rcs/project/RCS/testfile,v
share/examples/p5-Rcs/project/src/Rcs.pm
@@ -28,7 +28,7 @@ share/examples/p5-Rcs/test2.pl
share/examples/p5-Rcs/test3.pl
share/examples/p5-Rcs/type
share/examples/p5-Rcs/unlock.pl
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Rcs 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rcs 2>/dev/null || true
@dirrm share/examples/p5-Rcs/project/RCS
@dirrm share/examples/p5-Rcs/project/src
@dirrm share/examples/p5-Rcs/project