aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2014-03-07 12:53:19 +0800
committerwen <wen@FreeBSD.org>2014-03-07 12:53:19 +0800
commit8474aa3e307d1e31a309b2431beed13f38152176 (patch)
tree65b04522388d24980c415d4c6d2d595eace4cafa /www
parentdabf55df66056a3d1875caf0747e2db19b35b7eb (diff)
downloadfreebsd-ports-gnome-8474aa3e307d1e31a309b2431beed13f38152176.tar.gz
freebsd-ports-gnome-8474aa3e307d1e31a309b2431beed13f38152176.tar.zst
freebsd-ports-gnome-8474aa3e307d1e31a309b2431beed13f38152176.zip
- Fix build
Diffstat (limited to 'www')
-rw-r--r--www/elgg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elgg/Makefile b/www/elgg/Makefile
index c808e80c8d31..41758a3f763e 100644
--- a/www/elgg/Makefile
+++ b/www/elgg/Makefile
@@ -32,7 +32,7 @@ post-install:
@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}' \
>> ${TMPPLIST}
- @${INSTALL} -d${STAGEDIR} ${ELGGDATADIR}
+ @${INSTALL} -d ${STAGEDIR}${ELGGDATADIR}
@${CHMOD} 777 ${STAGEDIR}${ELGGDATADIR}
@${ECHO_CMD} '@exec ${CHMOD} 777 ${STAGEDIR}${ELGGDATADIR}' \
>> ${TMPPLIST}