aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-06-20 12:39:57 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-06-20 12:39:57 +0000
commit2ed3741bc92105cf31fc64938ffd0ad95e688b0e (patch)
tree3be85168deab0e345d808a6abddcbcee2e4426ff /net/quagga
parent9e70e62929cf4efc9d6c034263a4376ff15af82e (diff)
downloadports-2ed3741bc92105cf31fc64938ffd0ad95e688b0e.tar.gz
ports-2ed3741bc92105cf31fc64938ffd0ad95e688b0e.zip
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index fb29ee1e77e5..5204e9052e09 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -149,7 +149,8 @@ pre-everything::
@${ECHO} "LOCALSTATE_DIR Specify directory for Quagga runtime files"
post-install:
- @${MKDIR} ${LOCALSTATE_DIR}
+ @${MKDIR} -p ${LOCALSTATE_DIR}
+ @${MKDIR} -p ${SYSCONF_DIR}
@${CHOWN} -R ${ENABLE_USER}:${ENABLE_GROUP} ${LOCALSTATE_DIR} \
${SYSCONF_DIR}
@${CAT} ${PKGMESSAGE}