From 11706c1df9b2e05b81608ed6023c3aec6a06f90d Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 30 Sep 2002 00:48:41 +0000 Subject: [PATCH] Do NOT install this setgid wheel since it does not need it. --- mail/nmh/Makefile | 3 ++- mail/nmh/patches/patch-uip_Makefile_in | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 mail/nmh/patches/patch-uip_Makefile_in diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 208e91c1f11..398b462281a 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -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/ diff --git a/mail/nmh/patches/patch-uip_Makefile_in b/mail/nmh/patches/patch-uip_Makefile_in new file mode 100644 index 00000000000..c512aa895ec --- /dev/null +++ b/mail/nmh/patches/patch-uip_Makefile_in @@ -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 \