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 /devel/p5-Rcs | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92059
Diffstat (limited to 'devel/p5-Rcs')
-rw-r--r-- | devel/p5-Rcs/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Rcs/pkg-plist | 6 |
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 |