aboutsummaryrefslogtreecommitdiffstats
path: root/news/knews/scripts
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-03-21 21:35:07 +0800
committerandreas <andreas@FreeBSD.org>1998-03-21 21:35:07 +0800
commit5d41d0926a3f48bcf26c9ee8463534b8c6a8cb59 (patch)
tree2e48c96a400081c78d43ac281e76743ee5315a9d /news/knews/scripts
parent88a0f0fbf824c3a430452bb74b94ddf46fabfb9b (diff)
downloadfreebsd-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/knews/scripts')
-rw-r--r--news/knews/scripts/pre-configure2
1 files changed, 1 insertions, 1 deletions
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