diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-18 02:30:31 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-18 02:30:31 +0000 |
commit | 9e49eeca09cf77c00e45e6a48d5733072eaaf9d7 (patch) | |
tree | e736cebf8a3251b12203368b3ba377ee5b3a0a3d /www/p5-CGI_Lite/files | |
parent | Make this port work on OpenBSD, and still work on FreeBSD. Fix a warning (diff) |
Fix broken MAN3PODS section of Makefile.PL
Submitted by: asami@freebsd.org
Notes
Notes:
svn path=/head/; revision=7944
Diffstat (limited to 'www/p5-CGI_Lite/files')
-rw-r--r-- | www/p5-CGI_Lite/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-CGI_Lite/files/patch-aa b/www/p5-CGI_Lite/files/patch-aa new file mode 100644 index 000000000000..41f90e8fa5c7 --- /dev/null +++ b/www/p5-CGI_Lite/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Wed Sep 17 22:32:03 1997 ++++ Makefile.PL Wed Sep 17 22:32:08 1997 +@@ -8,7 +8,6 @@ + WriteMakefile ( + NAME => "CGI_Lite", + DISTNAME => "CGI_Lite", +- MAN3PODS => ' ', + VERSION => "$VERSION", + 'dist' => { + COMPRESS => 'gzip -9f', |