diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-12 02:04:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-12 02:04:44 +0000 |
commit | 8b61a1a88a56dbd6d7cec3f3c23909c5ef232264 (patch) | |
tree | 641d1728de899bb459000a9ac4d546a9656dbc65 /security/pgp/files/patch-fileio.h | |
parent | o Add IS_INTERACTIVE='need to build php4 with XML support' (diff) |
Make this port install text files in the more proper location PREFIX/share.
PR: 13351
Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>, asami
Diffstat (limited to '')
-rw-r--r-- | security/pgp/files/patch-fileio.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp/files/patch-fileio.h b/security/pgp/files/patch-fileio.h new file mode 100644 index 000000000000..de5b25fc5109 --- /dev/null +++ b/security/pgp/files/patch-fileio.h @@ -0,0 +1,11 @@ +--- fileio.h Sat Jan 6 14:46:36 1996 ++++ fileio.h.new Wed Jun 11 20:35:03 2003 +@@ -28,7 +28,7 @@ + #ifdef LINUX + # define PGP_SYSTEM_DIR "/var/lib/pgp/" + #else +-# define PGP_SYSTEM_DIR "/usr/local/lib/pgp/" ++# define PGP_SYSTEM_DIR PREFIX "/share/pgp/" + #endif + #define FOPRBIN "r" + #define FOPRTXT "r" |