Files
pkgsrc-ng/www/pound/patches/patch-aa
2016-11-18 22:39:22 +01:00

23 lines
918 B
Plaintext

$NetBSD: patch-aa,v 1.3 2016/02/02 13:33:13 mef Exp $
user-destdir support
--- 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