summaryrefslogtreecommitdiff
path: root/net/p5-Net-Telnet
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-08-23 03:01:19 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-08-23 03:01:19 +0000
commitaa6dcd7b41fbc9473d7c041e731c3bbd9f8c2436 (patch)
treeeea8fbf684496a5554394c33df06fcaa9ab8beda /net/p5-Net-Telnet
parentMake this work with new perl variables. (diff)
Unbreak this by using new perl variables.
Notes
Notes: svn path=/head/; revision=12733
Diffstat (limited to 'net/p5-Net-Telnet')
-rw-r--r--net/p5-Net-Telnet/Makefile4
-rw-r--r--net/p5-Net-Telnet/pkg-plist6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile
index 259566681ae9..6e7423879399 100644
--- a/net/p5-Net-Telnet/Makefile
+++ b/net/p5-Net-Telnet/Makefile
@@ -3,7 +3,7 @@
# Date created: March 3 1998
# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/03/15 20:08:41 steve Exp $
#
DISTNAME= Net-Telnet-3.01
@@ -17,7 +17,7 @@ MAINTAINER= kuriyama@opt.phys.waseda.ac.jp
USE_PERL5= YES
MAN3= Net::Telnet.3
-MANPREFIX= ${PREFIX}/lib/perl5
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/net/p5-Net-Telnet/pkg-plist b/net/p5-Net-Telnet/pkg-plist
index 63253a75d7d1..0f05fde439e1 100644
--- a/net/p5-Net-Telnet/pkg-plist
+++ b/net/p5-Net-Telnet/pkg-plist
@@ -1,3 +1,3 @@
-lib/perl5/site_perl/Net/Telnet.pm
-lib/perl5/site_perl/i386-freebsd/auto/Net/Telnet/.packlist
-@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/Telnet
+lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet.pm
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/Telnet/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/Telnet