diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 21:22:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 21:22:10 +0000 |
commit | bbdfde1aa4df0652458930aa84272c9b63b95b03 (patch) | |
tree | c115cbbc3ffeea2b7a6b5a1bd72f0a476bd7586c /ftp/ftplocate/Makefile | |
parent | 0c1812d7dbd70d594ed202098f985405690ad5df (diff) | |
download | ports-bbdfde1aa4df0652458930aa84272c9b63b95b03.tar.gz ports-bbdfde1aa4df0652458930aa84272c9b63b95b03.zip |
Notes
Diffstat (limited to 'ftp/ftplocate/Makefile')
-rw-r--r-- | ftp/ftplocate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index 16a12fd64b87..a96150bf835e 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} \ |