diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 17:16:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 17:16:00 +0800 |
commit | e8cb59e2aeebc9a248f8c6eb256e0c7f2619a2a4 (patch) | |
tree | 11582a911d30f79eab77b5def5f7dc5c16525e97 /net | |
parent | 791d3645b1e4372ab15565a259dd8f5b03fb82b3 (diff) | |
download | freebsd-ports-graphics-e8cb59e2aeebc9a248f8c6eb256e0c7f2619a2a4.tar.gz freebsd-ports-graphics-e8cb59e2aeebc9a248f8c6eb256e0c7f2619a2a4.tar.zst freebsd-ports-graphics-e8cb59e2aeebc9a248f8c6eb256e0c7f2619a2a4.zip |
Make this compile and package.
Diffstat (limited to 'net')
-rw-r--r-- | net/bb/Makefile | 6 | ||||
-rw-r--r-- | net/bb/distinfo | 2 | ||||
-rw-r--r-- | net/bb/pkg-plist | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 3b79b1e1f52..3e00b650675 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 diff --git a/net/bb/distinfo b/net/bb/distinfo index 00d6195c692..5fca79f0918 100644 --- a/net/bb/distinfo +++ b/net/bb/distinfo @@ -1 +1 @@ -MD5 (bb-src.tgz) = 1636465540a90e78c336f7c224d95d01 +MD5 (bb-src.tgz) = 4ec69ac6fc2690b951a3eb7e6a9924b2 diff --git a/net/bb/pkg-plist b/net/bb/pkg-plist index dce8581e563..129dad267c8 100644 --- a/net/bb/pkg-plist +++ b/net/bb/pkg-plist @@ -27,8 +27,6 @@ bb/web/mkbb2.sh bb/www/bb-help.html bb/www/bb-info.html bb/www/bb-page.html -bb/www/bb.html -bb/www/bb2.html bb/www/gifs/bb-diag.gif bb/www/gifs/bb.gif bb/www/gifs/bkg-green.gif |