1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Remove -p from MKDIR

Reported by:	zi
This commit is contained in:
Sergey Matveychuk 2012-06-21 15:11:34 +00:00
parent 2404bf0713
commit 41767eea56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299737

View File

@ -149,8 +149,8 @@ pre-everything::
@${ECHO} "LOCALSTATE_DIR Specify directory for Quagga runtime files"
post-install:
@${MKDIR} -p ${LOCALSTATE_DIR}
@${MKDIR} -p ${SYSCONF_DIR}
@${MKDIR} ${LOCALSTATE_DIR}
@${MKDIR} ${SYSCONF_DIR}
@${CHOWN} -R ${ENABLE_USER}:${ENABLE_GROUP} ${LOCALSTATE_DIR} \
${SYSCONF_DIR}
@${CAT} ${PKGMESSAGE}