diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:19:25 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:19:25 +0000 |
commit | b33951690bd5259dd1a43a95357d120ec6748a73 (patch) | |
tree | 303ad90a78c30cdd9a43429da32a974e7ca742b0 /net/bb/Makefile | |
parent | ipdate the SSL/Crypto to v11. Bug fixes. (diff) |
updated PKGNAME from bb-1.04h to bb-1.04
removed not needed #NO_CDROM= entry
install forgotten bbnet and sendmsg script/prg
updated PLIST
added bb.sh script to FILESDIR
install bb.sh script from FILESDIR to ${PREFIX}/etc/rc.d
add dirrm statements in PLIST
remove bb symlink in www/data after the last dir. has been removed
added $Id$ in configure script
add post-install script, that inserts the correct local-path (PREFIX)
Notes
Notes:
svn path=/head/; revision=8245
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r-- | net/bb/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 98c4f254083b..9fe7eb1bf6c6 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,11 +3,11 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.18 1997/10/04 14:53:01 andreas Exp $ +# $Id: Makefile,v 1.19 1997/10/09 21:04:34 andreas Exp $ # DISTNAME= bb -PKGNAME= bb-1.04h +PKGNAME= bb-1.04 CATEGORIES= net MASTER_SITES= http://www.iti.qc.ca/iti/users/sean/bb-dnld/ EXTRACT_SUFX= -src.tgz @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache # The FreeBSD Ports Team has permission to include this in our CDROM # from the author, but others who wish to do likewise will have to # contact Sean MacGuire <sean@iti.qc.ca>. -#NO_CDROM= "It can't be sold" post-configure: ( cd ${WRKSRC}/doc; ${SH} bbconfig freebsd ) @@ -35,6 +34,8 @@ do-install: @${MKDIR} ${PREFIX}/${DISTNAME}/www/notes @${MKDIR} ${PREFIX}/${DISTNAME}/tmp @${TOUCH} ${PREFIX}/${DISTNAME}/tmp/.keep_me + ${INSTALL_SCRIPT} ${WRKSRC}/runbb.sh \ + ${PREFIX}/${DISTNAME}/runbb.sh ${INSTALL_DATA} ${WRKSRC}/README \ ${PREFIX}/${DISTNAME}/README ${INSTALL_PROGRAM} ${WRKSRC}/bin/bb \ @@ -47,6 +48,10 @@ do-install: ${PREFIX}/${DISTNAME}/bin/bb-page.sh ${INSTALL_PROGRAM} ${WRKSRC}/bin/bbd \ ${PREFIX}/${DISTNAME}/bin/bbd + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bbnet \ + ${PREFIX}/${DISTNAME}/bin/bbnet + ${INSTALL_SCRIPT} ${WRKSRC}/bin/sendmsg \ + ${PREFIX}/${DISTNAME}/bin/sendmsg ${INSTALL_PROGRAM} ${WRKSRC}/bin/touchtime \ ${PREFIX}/${DISTNAME}/bin/touchtime ${INSTALL_DATA} ${WRKSRC}/doc/README \ @@ -77,8 +82,6 @@ do-install: ${PREFIX}/${DISTNAME}/etc/bbsys.solaris ${INSTALL_DATA} ${WRKSRC}/etc/bbsys.sunos \ ${PREFIX}/${DISTNAME}/etc/bbsys.sunos - ${INSTALL_SCRIPT} ${WRKSRC}/runbb.sh \ - ${PREFIX}/${DISTNAME}/runbb.sh ${INSTALL_SCRIPT} ${WRKSRC}/web/mkbb.bkg \ ${PREFIX}/${DISTNAME}/web/mkbb.bkg ${INSTALL_SCRIPT} ${WRKSRC}/web/mkbb.cols \ |