opnsense-ports/security/pgp/files/patch-fileio.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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