diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-03 12:32:32 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-03 12:32:32 +0000 |
commit | f8f89779aed4cb6b3f1d61be9db8ceb948b783d7 (patch) | |
tree | 396cb591bdc6ee2145f965236a05b0fed080f0a4 /mail/bsmtp/files/patch-Makefile.in | |
parent | lang/npc: Add <unistd.h> to fix on modern compilers. (diff) |
Staging, general overhaul.
Thanks to tijl@ for clarifying how to handle non-PREFIX directory
creation/removal in plist.
Notes
Notes:
svn path=/head/; revision=332607
Diffstat (limited to 'mail/bsmtp/files/patch-Makefile.in')
-rw-r--r-- | mail/bsmtp/files/patch-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/bsmtp/files/patch-Makefile.in b/mail/bsmtp/files/patch-Makefile.in deleted file mode 100644 index 824efaee8cdc..000000000000 --- a/mail/bsmtp/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Thu Sep 5 15:38:26 2002 -+++ Makefile.in Thu Sep 5 15:38:51 2002 -@@ -103,7 +103,7 @@ - mkdir -p $(mailerdir) || mkdir $(mailerdir) || exit 0 ; \ - chown $(binusr) $(mailerdir) ; \ - chgrp $(bingrp) $(mailerdir) ; \ -- chmod 644 $(mailerdir) ; \ -+ chmod 755 $(mailerdir) ; \ - fi - $(install) -c -o $(binusr) -g $(bingrp) -m 555 $(batcher) \ - $(privbin)/batcher || ( cp $(batcher) /tmp/batcher && \ |