diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-03-21 13:35:07 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-03-21 13:35:07 +0000 |
commit | 19c72d4e319eff5b7b8a19ba22fa84362eb9c27c (patch) | |
tree | 45855fa4fb1974b3afce29856958509448b6db8e /news/knews | |
parent | 7c9b5a6b6ca009cd6088a06b1579a55b6c2324b6 (diff) | |
download | ports-19c72d4e319eff5b7b8a19ba22fa84362eb9c27c.tar.gz ports-19c72d4e319eff5b7b8a19ba22fa84362eb9c27c.zip |
Notes
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 4 | ||||
-rw-r--r-- | news/knews/scripts/pre-configure | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 3ee2c0f5f0bc..eda9940747cc 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Apr 14 09:23:59 MET DST 1996 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1998/03/14 16:35:58 andreas Exp $ +# $Id: Makefile,v 1.11 1998/03/21 12:40:53 asami Exp $ # DISTNAME= knews-1.0b.0 @@ -17,8 +17,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.0\\.:${PORTSDIR}/graphics/png RUN_DEPENDS= newsp:${PORTSDIR}/print/mp -BROKEN= jpeglib.h - WRKSRC= ${WRKDIR}/knews USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ diff --git a/news/knews/scripts/pre-configure b/news/knews/scripts/pre-configure index e74060657262..364cfdde63a7 100644 --- a/news/knews/scripts/pre-configure +++ b/news/knews/scripts/pre-configure @@ -6,7 +6,7 @@ echo "sh users: in .profile: NNTPSERVER=host.domain; export NNTPSERVER" # work around a problem with bmake regarding files ending in .l # -FILES_TO_PATCH="kedit.c widgets.c save.c search.c" +FILES_TO_PATCH="widgets.c save.c search.c" for file in $FILES_TO_PATCH do ed -s ${WRKSRC}/src/${file} <<-EOF |