Do NOT install this setgid wheel since it does not need it.

This commit is contained in:
pvalchev 2002-09-30 00:48:41 +00:00
parent 2218d43562
commit 11706c1df9
2 changed files with 18 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2002/09/30 00:29:02 pvalchev Exp $
# $OpenBSD: Makefile,v 1.19 2002/09/30 00:48:41 pvalchev Exp $
COMMENT= "new MH mail handling program"
DISTNAME= nmh-1.0.4
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/
HOMEPAGE= http://www.mhost.com/nmh/

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-uip_Makefile_in,v 1.1 2002/09/30 00:48:42 pvalchev Exp $
--- uip/Makefile.in.orig Thu Jan 6 14:30:07 2000
+++ uip/Makefile.in Mon Sep 30 18:38:02 2002
@@ -273,11 +273,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 $(bindir)/$$cmd; \
- else \
- $(INSTALL_PROGRAM) inc $(bindir)/$$cmd; \
- fi
+ $(INSTALL_PROGRAM) inc $(bindir)/$$cmd; \
uninstall:
for cmd in $(CMDS); do \