diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 09:16:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 09:16:00 +0000 |
commit | 90303fd64274d1eeec02b9fb623ca8d435fddced (patch) | |
tree | 5e84400979054c89a7c4ba61ccae1a1ccba4f8cc /net/bb/Makefile | |
parent | Add p5-Tk400 and qvwm. Sort. (diff) |
Make this compile and package.
Notes
Notes:
svn path=/head/; revision=4688
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r-- | net/bb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 3b79b1e1f52c..3e00b6506753 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1996/11/17 20:02:09 andreas Exp $ +# $Id: Makefile,v 1.2 1996/11/18 05:35:30 asami Exp $ # DISTNAME= bb @@ -15,13 +15,13 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache -RUN_DEPENDS= ${PREFIX}/bin/lyx:${PORTSDIR}/www/lyx +RUN_DEPENDS= lyx:${PORTSDIR}/print/lyx post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) @cp ${FILESDIR}/Makefile ${WRKSRC} -install: +do-install: @${MKDIR} ${PREFIX}/${DISTNAME}/bin @${MKDIR} ${PREFIX}/${DISTNAME}/doc @${MKDIR} ${PREFIX}/${DISTNAME}/etc |