- Fix Makefile

- lncurses -> lcurses
- Fix COMMENT
- Add @comment to PLIST
This commit is contained in:
kevlo 2000-08-28 03:28:55 +00:00
parent 93dfa45841
commit a2dffb7a9e
4 changed files with 6 additions and 7 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -1 +1 @@
Binary Editor And Viewer
binary editor and viewer

View File

@ -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