1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/pgp/files/patch-fileio.h
Will Andrews 8b61a1a88a 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
2003-06-12 02:04:44 +00:00

12 lines
308 B
C

--- 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"