openbsd-ports/mail/imapproxy/patches/patch-Makefile_in
brad d3334527c2 - modify the default example configuration to ensure that imapproxy will
chroot itself to /var/empty
- remove quotes from COMMENT
- sync patches/PLIST

ok merdely@
2007-09-12 19:54:48 +00:00

25 lines
741 B
Plaintext

--- Makefile.in.orig Tue Jan 30 10:23:46 2007
+++ Makefile.in Wed Aug 22 02:53:26 2007
@@ -53,7 +53,7 @@ TAT_OBJ = ./src/pimpstat.o ./src/config.o
# Final targets
-XYD_BIN = ./bin/in.imapproxyd
+XYD_BIN = ./bin/imapproxyd
TAT_BIN = ./bin/pimpstat
# Rules
@@ -78,9 +78,9 @@ distclean: clean
rm -f config.cache config.log config.h Makefile
install: $(XYD_BIN) $(TAT_BIN)
- mkdir -p $(EBIN)
- $(INSTALL) -o bin -g bin -m 0755 $(XYD_BIN) $(EBIN)
- $(INSTALL) -o bin -g bin -m 0755 $(TAT_BIN) $(EBIN)
+ mkdir -p $(DESTDIR)$(EBIN)
+ $(INSTALL) -m 0755 $(XYD_BIN) $(DESTDIR)$(EBIN)
+ $(INSTALL) -m 0755 $(TAT_BIN) $(DESTDIR)$(EBIN)
install-init:
$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy.init $(ETC)/init.d/imapproxy