summaryrefslogtreecommitdiff
path: root/devel/p5-PV
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-28 14:16:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-28 14:16:34 +0000
commit578295246439872539295da661198f38efcb47d5 (patch)
treee9c4827115101fcbd1af96d9f1b5e4b38ab295d6 /devel/p5-PV
parentChange maintainer's email address. (diff)
Fix this to new perl5 scheme. (I missed it in my first pass because
I didn't realize it's doing all the installation in its own do-install target.) PR: 7762 Submitted by: kdulzo@caffeine.internal.enteract.com
Notes
Notes: svn path=/head/; revision=12893
Diffstat (limited to 'devel/p5-PV')
-rw-r--r--devel/p5-PV/Makefile8
-rw-r--r--devel/p5-PV/pkg-plist4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile
index 881aa4d610e4..31f39cc0601c 100644
--- a/devel/p5-PV/Makefile
+++ b/devel/p5-PV/Makefile
@@ -3,7 +3,7 @@
# Date created: April 18th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1997/06/24 18:43:28 jfitz Exp $
+# $Id: Makefile,v 1.5 1998/08/12 09:57:54 asami Exp $
#
DISTNAME= perlvision
@@ -23,8 +23,8 @@ NO_WRKSUBDIR= YES
NO_BUILD= YES
do-install:
- ${MKDIR} -p -m 755 ${PREFIX}/lib/perl5/site_perl
- ${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl
- ${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl
+ ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
+ ${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
+ ${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
.include <bsd.port.mk>
diff --git a/devel/p5-PV/pkg-plist b/devel/p5-PV/pkg-plist
index 2726f0a99051..40314d5fbb03 100644
--- a/devel/p5-PV/pkg-plist
+++ b/devel/p5-PV/pkg-plist
@@ -1,2 +1,2 @@
-lib/perl5/site_perl/PV.pm
-lib/perl5/site_perl/PerlVision.doc
+lib/perl5/site_perl/%%PERL_VER%%/PV.pm
+lib/perl5/site_perl/%%PERL_VER%%/PerlVision.doc