summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:20:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:20:21 +0000
commitecee8139a9d4a7e2fcbda2d9fe9f1ad73c2002ac (patch)
tree95b87ef541b9cfb5eb58c21f1b76109f4c61cdde /mail
parentA little portlint cleaning. (diff)
No need to use '-p' since ${MKDIR} == 'mkdir -p'.
Notes
Notes: svn path=/head/; revision=20030
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index b9f0544b7b15..bea9e0c170ac 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 October 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.13 1999/04/08 19:05:44 billf Exp $
+# $Id: Makefile,v 1.14 1999/04/21 00:39:27 scrappy Exp $
#
DISTNAME= majordomo-1.94.4
@@ -35,7 +35,7 @@ pre-install:
post-install:
@ ln -sf archive2.pl ${PREFIX}/majordomo/archive
@ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \
- ${MKDIR} -p ${PREFIX}/majordomo/$$dir; \
+ ${MKDIR} ${PREFIX}/majordomo/$$dir; \
done
@ /usr/sbin/chown majordom.majordom ${PREFIX}/majordomo/tmp
@ /bin/chmod 700 ${PREFIX}/majordomo/tmp