diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-09-05 13:56:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-09-05 13:56:20 +0000 |
commit | 816feec53e11c190f5db94db9d9baa9a44351653 (patch) | |
tree | ed5d90219f0c5d05c87917cfc8d5ed06d7f12c02 /mail/bsmtp | |
parent | Fix pkg-plist. (diff) |
Fix directory permissions.
Notes
Notes:
svn path=/head/; revision=65685
Diffstat (limited to 'mail/bsmtp')
-rw-r--r-- | mail/bsmtp/Makefile | 2 | ||||
-rw-r--r-- | mail/bsmtp/files/patch-Makefile.in | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index 50c8da64c718..c887799669e1 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -6,7 +6,7 @@ PORTNAME= bsmtp PORTVERSION= 1.02 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ diff --git a/mail/bsmtp/files/patch-Makefile.in b/mail/bsmtp/files/patch-Makefile.in new file mode 100644 index 000000000000..824efaee8cdc --- /dev/null +++ b/mail/bsmtp/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$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 && \ |