diff options
author | markm <markm@FreeBSD.org> | 1999-02-02 18:09:32 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-02-02 18:09:32 +0800 |
commit | 0daf0bd83f2e7c0287d2cc4b4ef88f56505a6a31 (patch) | |
tree | dd48a66e99060c7728380dca06e5c04e881e6c77 /security/p5-PGP/files | |
parent | 3f687a6217bce473c6b3ba7d16b6f741d65efcd4 (diff) | |
download | freebsd-ports-gnome-0daf0bd83f2e7c0287d2cc4b4ef88f56505a6a31.tar.gz freebsd-ports-gnome-0daf0bd83f2e7c0287d2cc4b4ef88f56505a6a31.tar.zst freebsd-ports-gnome-0daf0bd83f2e7c0287d2cc4b4ef88f56505a6a31.zip |
Unbreak, portlint.
Diffstat (limited to 'security/p5-PGP/files')
-rw-r--r-- | security/p5-PGP/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-PGP/files/patch-ab b/security/p5-PGP/files/patch-ab new file mode 100644 index 000000000000..f757cc70ced5 --- /dev/null +++ b/security/p5-PGP/files/patch-ab @@ -0,0 +1,11 @@ +--- PGP/Pipe.pm.orig Tue Feb 2 11:33:48 1999 ++++ PGP/Pipe.pm Tue Feb 2 11:33:58 1999 +@@ -11,8 +11,6 @@ + + # $debug = 1; + +-=over 4 +- + =head1 NAME + + PGP - perl module to work with PGP messages |