mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
No need to use '-p' since ${MKDIR} == 'mkdir -p'.
This commit is contained in:
parent
519592f834
commit
ecee8139a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20030
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue