diff options
Diffstat (limited to 'security/p5-PGP/files/patch-aa')
-rw-r--r-- | security/p5-PGP/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/p5-PGP/files/patch-aa b/security/p5-PGP/files/patch-aa new file mode 100644 index 000000000000..cf5fad64e136 --- /dev/null +++ b/security/p5-PGP/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.PL.orig Sat Sep 13 19:04:08 1997 ++++ Makefile.PL Sat Sep 13 19:04:23 1997 +@@ -1,4 +1,4 @@ + + use ExtUtils::MakeMaker; + +-&WriteMakefile; ++&WriteMakefile( 'NAME' => "PGP::Pipe" ); |