summaryrefslogtreecommitdiffstats
path: root/ftp/ftplocate
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-29 21:22:10 +0000
committersteve <steve@FreeBSD.org>1999-12-29 21:22:10 +0000
commit1c2a29bdccb34a9510ace5439c187e81d343a202 (patch)
treeb32a52ffdc5880c8fb24447cc7cabe50705bf313 /ftp/ftplocate
parent4456fa476776fae50c9110b2dde667835073c4f2 (diff)
downloadFreeBSD-ports-1c2a29bdccb34a9510ace5439c187e81d343a202.zip
FreeBSD-ports-1c2a29bdccb34a9510ace5439c187e81d343a202.tar.gz
Be sure to create ${PREFIX}/www/data before we try to copy files into it.
PR: 15756 Submitted by: AnarCat <beaupran@iro.umontreal.ca>
Diffstat (limited to 'ftp/ftplocate')
-rw-r--r--ftp/ftplocate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile
index 16a12fd..a96150b 100644
--- a/ftp/ftplocate/Makefile
+++ b/ftp/ftplocate/Makefile
@@ -20,7 +20,8 @@ NO_BUILD= yes
do-install:
${INSTALL} -d ${PREFIX}/www/cgi-bin/ftplocate \
${PREFIX}/www/cgi-bin/ftplocate/index \
- ${PREFIX}/www/cgi-bin/ftplocate/desc
+ ${PREFIX}/www/cgi-bin/ftplocate/desc \
+ ${PREFIX}/www/data
${INSTALL} -o nobody -g nobody -m 755 -d ${PREFIX}/www/cgi-bin/ftplocate/cache
cd ${WRKSRC}; \
${INSTALL_DATA} \
OpenPOWER on IntegriCloud