mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
25 lines
914 B
Plaintext
25 lines
914 B
Plaintext
FreeBSD date does not feature the -r option GNU date does.
|
|
|
|
--- man/Makefile.am.orig 2013-10-04 11:48:45.000000000 +0000
|
|
+++ man/Makefile.am 2014-03-08 18:07:52.000000000 +0000
|
|
@@ -54,7 +54,7 @@
|
|
REL: $(top_srcdir)/configure
|
|
@{ echo '.ds Rv $(PACKAGE_VERSION)' ; \
|
|
date -u +'.ds Dt %Y-%m-%d' \
|
|
- -r $(top_srcdir)/configure ; } > $@t ; \
|
|
+ ; } > $@t ; \
|
|
if [ -f $@ ] && cmp -s $@t $@ ; \
|
|
then rm -f $@t ; \
|
|
else mv $@t $@ ; echo Created $@ ; \
|
|
--- man/Makefile.in.orig 2013-11-28 09:18:13.000000000 +0000
|
|
+++ man/Makefile.in 2014-03-08 18:07:52.000000000 +0000
|
|
@@ -1580,7 +1580,7 @@
|
|
REL: $(top_srcdir)/configure
|
|
@{ echo '.ds Rv $(PACKAGE_VERSION)' ; \
|
|
date -u +'.ds Dt %Y-%m-%d' \
|
|
- -r $(top_srcdir)/configure ; } > $@t ; \
|
|
+ ; } > $@t ; \
|
|
if [ -f $@ ] && cmp -s $@t $@ ; \
|
|
then rm -f $@t ; \
|
|
else mv $@t $@ ; echo Created $@ ; \
|