diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
commit | 86486feb396f960e0490724fa664c132dc4299b9 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /www/emacs-w3m | |
parent | 36a38e24cd4baab57f0e3202634dec5d72fda724 (diff) | |
download | pkgsrc-86486feb396f960e0490724fa664c132dc4299b9.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index a82f0401acc..446bf9027a7 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/02/17 19:18:10 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2013/04/06 21:07:36 rodent Exp $ DISTNAME= emacs-w3m-1.4.4 PKGREVISION= 3 @@ -27,8 +27,8 @@ PLIST_SUBST+= ETCDIR=${ETCDIR:Q} SUBST_CLASSES+= fix-icondir SUBST_STAGE.fix-icondir= pre-configure SUBST_FILES.fix-icondir= Makefile.in w3m.el w3mhack.el -SUBST_SED.fix-icondir= -e 's|etc/images/w3m|etc/w3m|g' \ - -e 's|images/w3m|w3m|g' +SUBST_SED.fix-icondir= -e 's|etc/images/w3m|etc/w3m|g' +SUBST_SED.fix-icondir+= -e 's|images/w3m|w3m|g' EMACS_BUILDLINK=# defined EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 \ |