From b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 28 Apr 2001 23:59:17 +0000 Subject: Remove redundant echoing, quoting, and input redirection to sed. --- www/w3/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/w3/Makefile b/www/w3/Makefile index 413fb7831fc..594816fe4e5 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:59 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $ DISTNAME= w3-4.0pre.46 PKGNAME= w3-4.0b46 @@ -14,19 +14,19 @@ HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html COMMENT= World Wide Web browser for Emacs HAS_CONFIGURE= #defined -CONFIGURE_ARGS+="--enable-site-install" +CONFIGURE_ARGS+=--enable-site-install .include "../../mk/bsd.prefs.mk" .if defined(USE_XEMACS) DEPENDS+= xemacs-[0-9]*:../../editors/xemacs -CONFIGURE_ARGS+="--with-xemacs" -CONFIGURE_ARGS+="--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages" +CONFIGURE_ARGS+=--with-xemacs +CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages PLIST_SRC= ${PKGDIR}/PLIST.xemacs .else DEPENDS+= emacs-[0-9]*:../../editors/emacs -CONFIGURE_ARGS+="--with-emacs" -CONFIGURE_ARGS+="--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3" +CONFIGURE_ARGS+=--with-emacs +CONFIGURE_ARGS+=--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3 INFO_FILES= w3.info w3-faq.info PLIST_SRC= ${PKGDIR}/PLIST.emacs .endif -- cgit v1.2.3