openbsd-ports/mail/nmh/patches/patch-uip_Makefile_in

17 lines
619 B
Plaintext

$OpenBSD: patch-uip_Makefile_in,v 1.2 2007/09/06 18:57:34 naddy Exp $
--- uip/Makefile.in.orig Sun Nov 13 14:38:32 2005
+++ uip/Makefile.in Sun Aug 6 17:55:30 2006
@@ -281,11 +281,7 @@ install-misc:
# install commands with special installation needs (thus no $(SCMDS) use here)
install-scmds:
- if test x$(SETGID_MAIL) != x; then \
- $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(DESTDIR)$(bindir)/$$cmd; \
- else \
- $(INSTALL_PROGRAM) inc $(DESTDIR)$(bindir)/$$cmd; \
- fi
+ $(INSTALL_PROGRAM) inc $(DESTDIR)$(bindir)/$$cmd; \
uninstall:
for cmd in $(CMDS); do \