diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
commit | 883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch) | |
tree | 66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/emacs-w3m/Makefile | |
parent | d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff) | |
download | pkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz |
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/emacs-w3m/Makefile')
-rw-r--r-- | www/emacs-w3m/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index ea938a310e9..6356da38bfa 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/09/29 12:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/11/04 22:09:54 rillig Exp $ DISTNAME= emacs-w3m-1.4.4 PKGREVISION= 4 @@ -16,21 +16,21 @@ INFO_FILES= YES DEPENDS+= w3m{,-img}>=0.5.1nb2:../../www/w3m -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN:Q} -CONFIGURE_ARGS+=--with-icondir=${ICONDIR} -BUILD_TARGET= default -INSTALL_TARGET= ${INSTALL_TARGET.${EMACS_FLAVOR}} -MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} ICONDIR=${DESTDIR}${ICONDIR} -PLIST_SUBST+= ETCDIR=${ETCDIR:Q} +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --with-emacs=${EMACS_BIN:Q} +CONFIGURE_ARGS+= --with-icondir=${ICONDIR} +BUILD_TARGET= default +INSTALL_TARGET= ${INSTALL_TARGET.${EMACS_FLAVOR}} +MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} ICONDIR=${DESTDIR}${ICONDIR} +PLIST_SUBST+= ETCDIR=${ETCDIR:Q} -SUBST_CLASSES+= fix-icondir +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' SUBST_SED.fix-icondir+= -e 's|images/w3m|w3m|g' -EMACS_BUILDLINK=# defined +EMACS_BUILDLINK= # defined EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 \ xemacs215 xemacs215nox xemacs214 xemacs214nox |