summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/pod
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-05-02 15:29:56 +0000
committermarkm <markm@FreeBSD.org>1999-05-02 15:29:56 +0000
commitf0a7b5b63260dc41ee99bf7191327065b30668be (patch)
treedcc0aac5702cff6bb59625edd16d7739d2a25077 /gnu/usr.bin/perl/pod
parentdbd77317f73174fbfd869ecbba86b7a6c5e10e7a (diff)
downloadFreeBSD-src-f0a7b5b63260dc41ee99bf7191327065b30668be.zip
FreeBSD-src-f0a7b5b63260dc41ee99bf7191327065b30668be.tar.gz
System Perl is now 5.00503! There is support for threads, but this is
not currently enabled. Thread-boffins are welcome to send me patches.
Diffstat (limited to 'gnu/usr.bin/perl/pod')
-rw-r--r--gnu/usr.bin/perl/pod/pod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/pod/pod/Makefile b/gnu/usr.bin/perl/pod/pod/Makefile
index 92062b8..9905d08 100644
--- a/gnu/usr.bin/perl/pod/pod/Makefile
+++ b/gnu/usr.bin/perl/pod/pod/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1 1998/09/09 07:20:27 markm Exp $
+# $Id: Makefile,v 1.2 1998/10/11 18:13:42 markm Exp $
#
PODS= perl.pod perl5004delta.pod perlapio.pod perlbook.pod perlbot.pod \
@@ -31,6 +31,6 @@ CLEANFILES+= ${.OBJDIR}/${I}.pod ${I}.1
install:
cd ${PERL5SRC}/pod ;\
${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
- ${PODS} ${DESTDIR}/usr/libdata/perl/5.00502/pod
+ ${PODS} ${DESTDIR}/usr/libdata/perl/5.00503/pod
.PATH: ${PERL5SRC}/pod
OpenPOWER on IntegriCloud