diff options
author | andreas <andreas@FreeBSD.org> | 1998-03-21 21:35:07 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-03-21 21:35:07 +0800 |
commit | 5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59 (patch) | |
tree | 2e48c96a400081c78d43ac281e76743ee5315a9d /news | |
parent | 88a0f0fbf824c3a430452bb74b94ddf46fabfb9b (diff) | |
download | freebsd-ports-gnome-5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59.tar.gz freebsd-ports-gnome-5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59.tar.zst freebsd-ports-gnome-5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59.zip |
remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by: as requested by Satoshi
Diffstat (limited to 'news')
-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 |