This is what I get for being a slacker.

Remove files I shouldn't have imported at all
This commit is contained in:
msf 2004-12-08 06:42:23 +00:00
parent cbe48cd4f9
commit 37ed44ab0f

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/12/08 06:09:36 msf Exp $
--- Makefile.PL.orig Thu Sep 16 13:12:43 2004
+++ Makefile.PL Thu Sep 16 13:12:52 2004
@@ -15,7 +15,7 @@ WriteMakefile(
# ) : (),
},
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- ($] < 5.008) ? () : ( INSTALLDIRS => 'perl' ),
+ ($] < 5.008) ? () : ( INSTALLDIRS => 'site' ),
# If under a version with Maketext in core, overwrite that core file.
);