summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/misc
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-10-29 07:14:55 +0000
committerpst <pst@FreeBSD.org>1994-10-29 07:14:55 +0000
commitceda6f2de6728a053d17786ea8c752e19c1a5952 (patch)
treee99211ec2b8f3a8bdc824c10d7a4e461915c0d0d /gnu/usr.bin/perl/misc
parent600ce2885efbd0e39c9b1d372d5a4633826e6cb7 (diff)
downloadFreeBSD-src-ceda6f2de6728a053d17786ea8c752e19c1a5952.zip
FreeBSD-src-ceda6f2de6728a053d17786ea8c752e19c1a5952.tar.gz
Test test test! sigh!
Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl. The hack Larry was using for h2ph.1 doesn't work with the new macros, so make it a real man page. Also, we weren't building the .ph files, add them as an afterinstall rule in the x2p subdirectory.
Diffstat (limited to 'gnu/usr.bin/perl/misc')
-rw-r--r--gnu/usr.bin/perl/misc/c2ph4
-rw-r--r--gnu/usr.bin/perl/misc/pstruct4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/misc/c2ph b/gnu/usr.bin/perl/misc/c2ph
index 0e06c9c..1a2e4b8 100644
--- a/gnu/usr.bin/perl/misc/c2ph
+++ b/gnu/usr.bin/perl/misc/c2ph
@@ -1,4 +1,4 @@
-#!/usr/gnu/bin/perl
+#!/usr/bin/perl
#
#
# c2ph (aka pstruct)
@@ -10,7 +10,7 @@
# See the usage message for more. If this isn't enough, read the code.
#
-$RCSID = '$RCSfile: c2ph,v $$Revision: 1.2 $$Date: 1994/03/05 01:28:15 $';
+$RCSID = '$RCSfile: c2ph,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:31 $';
######################################################################
diff --git a/gnu/usr.bin/perl/misc/pstruct b/gnu/usr.bin/perl/misc/pstruct
index 1009d29..5dfea04 100644
--- a/gnu/usr.bin/perl/misc/pstruct
+++ b/gnu/usr.bin/perl/misc/pstruct
@@ -1,4 +1,4 @@
-#!/usr/gnu/bin/perl
+#!/usr/bin/perl
#
#
# c2ph (aka pstruct)
@@ -10,7 +10,7 @@
# See the usage message for more. If this isn't enough, read the code.
#
-$RCSID = '$RCSfile: pstruct,v $$Revision: 1.2 $$Date: 1994/03/05 01:28:22 $';
+$RCSID = '$RCSfile: pstruct,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:31 $';
######################################################################
OpenPOWER on IntegriCloud