summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-04-01 10:43:29 +0000
committerjperkin <jperkin>2016-04-01 10:43:29 +0000
commitf3ebb119bf0152a22f120cca1e95ac806d8c9c4f (patch)
treee2ff348dac94e89af9e5efb4f403f9dde09dc629 /security
parenta688e5dcee637881756c289ae43a19a200c42f09 (diff)
downloadpkgsrc-f3ebb119bf0152a22f120cca1e95ac806d8c9c4f.tar.gz
Support --mandir. Fixes PKGMANDIR.
Diffstat (limited to 'security')
-rw-r--r--security/pgp5/distinfo3
-rw-r--r--security/pgp5/patches/patch-config_pre.in15
2 files changed, 17 insertions, 1 deletions
diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo
index 91bd3ad5014..4284107977a 100644
--- a/security/pgp5/distinfo
+++ b/security/pgp5/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 01:18:01 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/04/01 10:43:29 jperkin Exp $
SHA1 (pgp50i-unix-src.tar.gz) = b740afe0bf557deedb53604274997cb2bbecac33
RMD160 (pgp50i-unix-src.tar.gz) = 8400bef0e3a4452e1c89373c070a11dce71572f4
@@ -26,5 +26,6 @@ SHA1 (patch-bf) = e942fc19adf55474ae839c4baba92e46ed618d0b
SHA1 (patch-bg) = 9fe1e716cd7ea19b1b171fc8097ed638a95e3d82
SHA1 (patch-bh) = 3725da941b7c1e8ad4c5394d78cd6ce2639ee74e
SHA1 (patch-bi) = 17274af8773ad006b7f0aad1e734d16449f5166e
+SHA1 (patch-config_pre.in) = d29761afc32f6be8d9c0c3b953687cebc781d3fd
SHA1 (patch-lib_pgp_keys_pgpRngRead.c) = 7de4e5fbe376c74d4805e7385fb1e49cb13d4717
SHA1 (patch-lib_ttyui_pgpOutput.c) = ba0e1be61816fa852f32ae6c46008550b5431904
diff --git a/security/pgp5/patches/patch-config_pre.in b/security/pgp5/patches/patch-config_pre.in
new file mode 100644
index 00000000000..55a5706dd93
--- /dev/null
+++ b/security/pgp5/patches/patch-config_pre.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-config_pre.in,v 1.1 2016/04/01 10:43:29 jperkin Exp $
+
+Support --mandir.
+
+--- config/pre.in.orig 1998-02-07 19:54:56.000000000 +0000
++++ config/pre.in
+@@ -16,7 +16,7 @@ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+
+ includedir=$(prefix)/include
+-mandir=$(prefix)/man
++mandir=@mandir@
+ bindir=$(exec_prefix)/bin
+ libdir=$(exec_prefix)/lib
+