$NetBSD: patch-aa,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $

--- Makefile.in	2007/01/17 23:05:04	1.1
+++ Makefile.in	2007/01/17 23:10:33
@@ -78,7 +78,7 @@
 bindir = @bindir@
 docdir = $(prefix)/share/doc/$(PACKAGE)
 infodir = @infodir@
-mandir = $(prefix)/share/man/
+mandir = $(prefix)/man/
 
 # This is removed because it generates a line in the Makefile.in that
 # breaks the use of 'make -f Makefile.in distclean' from
@@ -196,7 +196,7 @@
 		.version_patch`  > .version
 
 _version.h: .version
-	@/bin/echo -e \#define SZ_VERSION \"`cat .version`\"  > _version.h
+	@/bin/echo '#define SZ_VERSION '\"`cat .version`\"  > _version.h
 
 .PHONY: transmit
 transmit: # distribution-archive
