diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-28 23:59:17 +0000 |
commit | b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (patch) | |
tree | 97228d7da600e4c7e4800096060fa118f9f09a60 /www | |
parent | a1f837e37cee66bfce1e9c82c23e458c36a64d22 (diff) | |
download | pkgsrc-b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4.tar.gz |
Remove redundant echoing, quoting, and input redirection to sed.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |