1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Be sure to create ${PREFIX}/www/data before we try to copy files into it.

PR:		15756
Submitted by:	AnarCat <beaupran@iro.umontreal.ca>
This commit is contained in:
Steve Price 1999-12-29 21:22:10 +00:00
parent 0c1812d7db
commit bbdfde1aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24268

View File

@ -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} \