mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
78446ebd52
And fix checksum
22 lines
855 B
Plaintext
22 lines
855 B
Plaintext
*** source/optout.h.orig Sat Jan 30 14:19:00 1999
|
|
--- source/optout.h Wed Mar 17 22:28:44 1999
|
|
***************
|
|
*** 35,42 ****
|
|
|
|
#define POV_RAY_VERSION "3.1e"
|
|
|
|
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:"
|
|
! #define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................."
|
|
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version."
|
|
|
|
/* Number of help pages (numbered 0 to MAX_HELP_PAGE). */
|
|
--- 35,42 ----
|
|
|
|
#define POV_RAY_VERSION "3.1e"
|
|
|
|
! #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled for"
|
|
! #define DISTRIBUTION_MESSAGE_2 "FreeBSD, http://www.freebsd.org/"
|
|
#define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version."
|
|
|
|
/* Number of help pages (numbered 0 to MAX_HELP_PAGE). */
|