$NetBSD: patch-aa,v 1.2 2009/10/16 02:48:06 obache Exp $

--- Makefile.in.orig	2009-06-29 15:53:58.000000000 +0000
+++ Makefile.in
@@ -59,11 +59,11 @@ $(OBJS):	pound.h
 
 install:	all
 		@INSTALL@ -d ${DESTDIR}@sbindir@
-		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 pound ${DESTDIR}@sbindir@/pound
-		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 555 poundctl ${DESTDIR}@sbindir@/poundctl
+		${BSD_INSTALL_PROGRAM} pound ${DESTDIR}@sbindir@/pound
+		${BSD_INSTALL_PROGRAM} poundctl ${DESTDIR}@sbindir@/poundctl
 		@INSTALL@ -d ${DESTDIR}@mandir@/man8
-		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 pound.8 ${DESTDIR}@mandir@/man8/pound.8
-		@INSTALL@ -o @I_OWNER@ -g @I_GRP@ -m 644 poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
+		${BSD_INSTALL_DATA} pound.8 ${DESTDIR}@mandir@/man8/pound.8
+		${BSD_INSTALL_DATA} poundctl.8 ${DESTDIR}@mandir@/man8/poundctl.8
 
 clean:
 		rm -f pound $(OBJS) poundctl poundctl.o
