diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-09-18 10:30:31 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-09-18 10:30:31 +0800 |
commit | 2556e2c28a4bdecccded232bd0a0609acd1da977 (patch) | |
tree | 3817371b9cec4dc63efee2ffaa7732404fbe433f | |
parent | 9bb3843257671e86103c5384a34d6d40e4a8bc4a (diff) | |
download | freebsd-ports-graphics-2556e2c28a4bdecccded232bd0a0609acd1da977.tar.gz freebsd-ports-graphics-2556e2c28a4bdecccded232bd0a0609acd1da977.tar.zst freebsd-ports-graphics-2556e2c28a4bdecccded232bd0a0609acd1da977.zip |
Fix broken MAN3PODS section of Makefile.PL
Submitted by: asami@freebsd.org
-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 00000000000..41f90e8fa5c --- /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', |