summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-10-01 22:39:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-10-01 22:39:24 +0000
commit332f5b1dcd4cef32b54a57d83dc25c53273d9b1b (patch)
tree2ab9c187327960dd2728ec82074d95baaa88995a /net
parentInstall 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')
-rw-r--r--net/bb/Makefile5
-rw-r--r--net/bb/pkg-plist5
2 files changed, 7 insertions, 3 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
diff --git a/net/bb/pkg-plist b/net/bb/pkg-plist
index 1483bf15416c..3f5cb1f20c8e 100644
--- a/net/bb/pkg-plist
+++ b/net/bb/pkg-plist
@@ -106,8 +106,9 @@ share/doc/bb/FAQ
share/doc/bb/README
share/doc/bb/README.SMS
share/doc/bb/STRUCTURE
-@exec ln -fs %D/bb/www %D/share/apache/htdocs/bb
-@unexec rm %D/share/apache/htdocs/bb
+@exec rm -f %D/share/doc/apache/manual/bb
+@exec ln -fs %D/bb/www %D/share/doc/apache/manual/bb
+@unexec rm %D/share/doc/apache/manual/bb
@dirrm bb/bin
@dirrm bb/etc
@dirrm bb/ext