From a2dffb7a9e04bb04251870e384beb92881110b4b Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 28 Aug 2000 03:28:55 +0000 Subject: [PATCH] - Fix Makefile - lncurses -> lcurses - Fix COMMENT - Add @comment to PLIST --- editors/beav/Makefile | 6 ++---- editors/beav/patches/{patch-a => patch-aa} | 4 ++-- editors/beav/pkg/COMMENT | 2 +- editors/beav/pkg/PLIST | 1 + 4 files changed, 6 insertions(+), 7 deletions(-) rename editors/beav/patches/{patch-a => patch-aa} (95%) diff --git a/editors/beav/Makefile b/editors/beav/Makefile index f0bc3077016..78cc0c12d36 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2000/03/25 14:30:45 kevlo Exp $ +# $OpenBSD: Makefile,v 1.12 2000/08/28 03:28:55 kevlo Exp $ DISTNAME= beav_1.40-13 PKGNAME= beav-1.40-13 CATEGORIES= editors -NEED_VERSION= 1.191 +NEED_VERSION= 1.319 MASTER_SITES= ftp://ftp.debian.org/debian/dists/stable/main/source/editors/ @@ -14,8 +14,6 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -FAKE= Yes WRKDIST= ${WRKDIR}/beav-1.40 -PATCH_STRIP= -p1 .include diff --git a/editors/beav/patches/patch-a b/editors/beav/patches/patch-aa similarity index 95% rename from editors/beav/patches/patch-a rename to editors/beav/patches/patch-aa index 57651203ddf..5f4dec40c35 100644 --- a/editors/beav/patches/patch-a +++ b/editors/beav/patches/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Sat Dec 13 09:34:59 1997 -+++ Makefile Mon Aug 10 10:45:21 1998 ++++ Makefile Mon Aug 28 11:23:36 2000 @@ -1,6 +1,6 @@ # This is the makefile for BSD UNIX #CFLAGS= -g -DUNIX @@ -15,7 +15,7 @@ -beav: $(OFILES) - $(CC) $(CFLAGS) $(OFILES) -lncurses -o beav +all beav: $(OFILES) -+ $(CC) $(CFLAGS) $(OFILES) -ltermcap -o beav ++ $(CC) $(CFLAGS) $(OFILES) -lcurses -o beav + +install: beav + $(BSD_INSTALL_PROGRAM) beav $(PREFIX)/bin diff --git a/editors/beav/pkg/COMMENT b/editors/beav/pkg/COMMENT index 491d0abb358..bcc8aa04d04 100644 --- a/editors/beav/pkg/COMMENT +++ b/editors/beav/pkg/COMMENT @@ -1 +1 @@ -Binary Editor And Viewer +binary editor and viewer diff --git a/editors/beav/pkg/PLIST b/editors/beav/pkg/PLIST index 775f10bcd95..b57612e5ba4 100644 --- a/editors/beav/pkg/PLIST +++ b/editors/beav/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.3 2000/08/28 03:29:01 kevlo Exp $ bin/beav man/man1/beav.1 share/doc/beav/beav.txt