1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/p5-CGI_Lite/files/patch-aa
James FitzGibbon dfb8f45ed8 Upgrade to v1.7
Suggested-by: A Joseph Koshy <koshy@india.hp.com>
1997-07-02 12:26:43 +00:00

25 lines
596 B
Plaintext

--- Makefile.PL.orig Wed Jul 2 08:25:05 1997
+++ Makefile.PL Wed Jul 2 08:25:18 1997
@@ -3,21 +3,9 @@
$VERSION = "1.7";
-print "\nWelcome to the installation of CGI_Lite $VERSION...\n\n";
-
WriteMakefile (
NAME => "CGI_Lite",
DISTNAME => "CGI_Lite",
- MAN3PODS => ' ',
VERSION => "$VERSION",
'dist' => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'}
);
-
-print <<End_of_Text;
-
-Now do the following to install Sprite:
-
- % make
- % make install
-
-End_of_Text