1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/chinese/pine4/files/patch-bs
Steve Price 615932e686 Update to version 4.20.
PR:		14575
Submitted by:	maintainer
1999-11-01 00:41:02 +00:00

26 lines
1001 B
Plaintext

--- pine/mailcap.c.orig Wed Apr 21 08:13:38 1999
+++ pine/mailcap.c Thu Oct 14 10:53:45 1999
@@ -61,7 +61,7 @@
Mime types makes mime assign attachment types according
to file name extensions found in a system wide file
- ``/usr/local/lib/mime.types'' and a user specific file
+ ``@@PREFIX@@/etc/mime.types'' and a user specific file
``~/.mime.types'' . These files specify file extensions
that will be connected to a mime type.
*******************************************************
@@ -96,11 +96,11 @@
#define MC_PATH_SEPARATOR ':'
#define MC_USER_FILE NULL
#define MC_STDPATH \
- ".mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"
+ ".mailcap:/etc/mailcap:/usr/etc/mailcap:@@PREFIX@@/etc/mailcap"
#define MT_PATH_SEPARATOR ':'
#define MT_USER_FILE NULL
#define MT_STDPATH \
- ".mime.types:/etc/mime.types:/usr/local/lib/mime.types"
+ ".mime.types:/etc/mime.types:@@PREFIX@@/etc/mime.types"
#endif /* !DOS */
#ifdef _WINDOWS