diff options
author | jlam <jlam> | 2000-08-28 21:14:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 21:14:54 +0000 |
commit | 966c84f438da6c85335bdf84a5bed156419ad3e2 (patch) | |
tree | 0ae9cd0e7bcf905c4b8384fa39c9203dec588bb8 /www/p5-VRML | |
parent | 5143e32ef32033468e9f0fc84d7b26eeaeb0924f (diff) | |
download | pkgsrc-966c84f438da6c85335bdf84a5bed156419ad3e2.tar.gz |
Fix unterminated F<...> expression that pod2man was complaining about.
Diffstat (limited to 'www/p5-VRML')
-rw-r--r-- | www/p5-VRML/files/patch-sum | 3 | ||||
-rw-r--r-- | www/p5-VRML/patches/patch-aa | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/www/p5-VRML/files/patch-sum b/www/p5-VRML/files/patch-sum new file mode 100644 index 00000000000..c22d1e46aaf --- /dev/null +++ b/www/p5-VRML/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/08/28 21:14:54 jlam Exp $ + +MD5 (patch-aa) = e858cfab659ba06797af989574325228 diff --git a/www/p5-VRML/patches/patch-aa b/www/p5-VRML/patches/patch-aa new file mode 100644 index 00000000000..9f1b255ce79 --- /dev/null +++ b/www/p5-VRML/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2000/08/28 21:14:56 jlam Exp $ + +--- VRML.pm.orig Fri Aug 28 03:23:09 1998 ++++ VRML.pm +@@ -295,7 +295,7 @@ + + =item transform_begin + +-F<transform_begin('type=value','type=value', ...) ++F<transform_begin('type=value','type=value', ...)> + + I<Where type can be:> + |