From 4f3c04785c807623c483b184e534b935c7580153 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 27 Jun 2018 11:50:40 +0200 Subject: build: use autoconf-style placeholders in sed-ed files Signed-off-by: Florian Westphal --- ebtables.8.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ebtables.8.in') diff --git a/ebtables.8.in b/ebtables.8.in index e3290fe..3e97c84 100644 --- a/ebtables.8.in +++ b/ebtables.8.in @@ -1,4 +1,4 @@ -.TH EBTABLES 8 "$(DATE)" +.TH EBTABLES 8 "@PACKAGE_DATE@" .\" .\" Man page written by Bart De Schuymer .\" It is based on the iptables man page. @@ -24,7 +24,7 @@ .\" .\" .SH NAME -ebtables (v$(VERSION)) \- Ethernet bridge frame table administration +ebtables (@PACKAGE_VERSION@) \- Ethernet bridge frame table administration .SH SYNOPSIS .BR "ebtables " [ -t " table ] " - [ ACDI "] chain rule specification [match extensions] [watcher extensions] target" .br @@ -1123,7 +1123,7 @@ arp message and the hardware address length in the arp header is 6 bytes. .br .SH FILES .I /etc/ethertypes -.I $(LOCKFILE) +.I @LOCKFILE@ .SH ENVIRONMENT VARIABLES .I EBTABLES_ATOMIC_FILE .SH MAILINGLISTS -- cgit v1.2.3