From owner-cvs-all Sun Mar 4 13:39:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D834D37B718; Sun, 4 Mar 2001 13:39:19 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f24LdJu59934; Sun, 4 Mar 2001 13:39:19 -0800 (PST) (envelope-from lioux) Message-Id: <200103042139.f24LdJu59934@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Mar 2001 13:39:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/openjade Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/03/04 13:39:19 PST Modified files: textproc/openjade Makefile Log: Switch from AWK to SED for CFLAGS sanitization. It is cleaner, more readable and follows most ports using similar solutions. Besides, it is more lightweight. Use the same AWK pattern with SED adding the option -E for extended pattern matching. Submitted by: roam Revision Changes Path 1.30 +3 -7 ports/textproc/openjade/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message