summaryrefslogtreecommitdiffstats
path: root/mail/mailagent
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-01-20 02:43:25 +0000
committermax <max@FreeBSD.org>1997-01-20 02:43:25 +0000
commit2d473823fe58cc0c92624abbbddc03e3ebe91ab9 (patch)
treedc1d829c25d1e5d601492108d73027a9c50800a2 /mail/mailagent
parente5a0dd4f0b60ddd4f75c7d064f19ef9646aa0a3a (diff)
downloadFreeBSD-ports-2d473823fe58cc0c92624abbbddc03e3ebe91ab9.zip
FreeBSD-ports-2d473823fe58cc0c92624abbbddc03e3ebe91ab9.tar.gz
Oops, correct umask is 0022, not 022.
Diffstat (limited to 'mail/mailagent')
-rw-r--r--mail/mailagent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 9369b39..09d642b 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.6 1997/01/16 09:53:21 max Exp $
+# $Id: Makefile,v 1.7 1997/01/20 02:30:08 max Exp $
#
DISTNAME= mailagent-3.0pl53
@@ -40,7 +40,7 @@ MAN1= edusers.1 mailagent.1 maildist.1 \
PERLPATH!= dirname `which perl5.003`
pre-extract:
- @if [ `/bin/sh -c umask` != 022 ]; then \
+ @if [ `/bin/sh -c umask` != 0022 ]; then \
echo "Please set umask to 022 before running make,"; \
echo "or mailagent will not build successfully."; \
false; fi
OpenPOWER on IntegriCloud