mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
- Don't add a timestamp at build time to the docs - While here add missing USES=jpeg PR: 223620 Submitted by: Michael Kotlyar <mdk369@nyu.edu>
13 lines
580 B
C
13 lines
580 B
C
--- tools/sane-desc.c.orig 2015-09-01 00:31:54 UTC
|
|
+++ tools/sane-desc.c
|
|
@@ -2816,8 +2816,8 @@ html_print_footer (void)
|
|
"<address>\n"
|
|
"<a href=\"http://www.sane-project.org/imprint.html\"\n"
|
|
">Contact</a>\n" "</address>\n" "<font size=-1>\n");
|
|
- printf ("This page was last updated on %s by sane-desc %s from %s\n",
|
|
- asctime (localtime (¤t_time)), SANE_DESC_VERSION, PACKAGE_STRING);
|
|
+ printf ("This page was last updated by sane-desc %s from %s\n",
|
|
+ SANE_DESC_VERSION, PACKAGE_STRING);
|
|
printf ("</font>\n");
|
|
printf ("</body> </html>\n");
|
|
}
|