diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-01 22:39:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-01 22:39:24 +0000 |
commit | 332f5b1dcd4cef32b54a57d83dc25c53273d9b1b (patch) | |
tree | 2ab9c187327960dd2728ec82074d95baaa88995a /net/bb/Makefile | |
parent | Install in share/*, not /etc/*. (diff) |
Maintainer timeout -- move symlink source to share/doc/apache/manual/bb.
Also create cgi-bin dir.
Notes
Notes:
svn path=/head/; revision=22107
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r-- | net/bb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 9d23bdee3042..a6cf55b17fbe 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -35,8 +35,11 @@ do-install: @cd ${WRKDIR} && find . -name "*.orig" | xargs ${RM} @cd ${WRKDIR}; tar --exclude 'src' -c -f - bb \ | ( cd ${PREFIX}; tar xpf - ) - @${LN} -fs ${PREFIX}/bb/www ${PREFIX}/share/apache/htdocs/bb + @${RM} -f ${PREFIX}/share/doc/apache/manual/bb + @${MKDIR} ${PREFIX}/share/doc/apache/manual + @${LN} -fs ${PREFIX}/bb/www ${PREFIX}/share/doc/apache/manual/bb @${LN} -fs bb.html ${PREFIX}/bb/www/index.html + @${MKDIR} ${PREFIX}/share/apache/cgi-bin @${LN} -fs ${PREFIX}/bb/web/bb-ack.sh ${PREFIX}/share/apache/cgi-bin @${MV} -f ${PREFIX}/bb/doc/bbclient ${PREFIX}/bb/bin @${MV} -f ${PREFIX}/bb/doc/bbconfig ${PREFIX}/bb/bin |