diff options
author | rillig <rillig@pkgsrc.org> | 2019-05-23 19:22:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-05-23 19:22:54 +0000 |
commit | cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 (patch) | |
tree | dfd45506cac9c8adb60a55d809ab0dbc4d5a750e /lang/sather/Makefile | |
parent | afe0216c35d9e0e0b96fe80eb38badf368ef84a7 (diff) | |
download | pkgsrc-cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5.tar.gz |
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
Diffstat (limited to 'lang/sather/Makefile')
-rw-r--r-- | lang/sather/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 23cd58846ff..2f92c7886f9 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2018/08/22 09:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2019/05/23 19:23:03 rillig Exp $ DISTNAME= sather-1.2.3 PKGREVISION= 14 @@ -39,16 +39,16 @@ SUBST_FILES.sather-configure= \ Browser/Web/gen_mml_sa_files \ Browser/Web/gen_mml_shortflat \ Browser/Web/graph2dot -SUBST_SED.sather-configure= -e s:@CC@:${CC:Q}:g -SUBST_SED.sather-configure+= -e s:@CFLAGS@:${CFLAGS:Q}:g -SUBST_SED.sather-configure+= -e s:@GMAKE@:${GMAKE:Q}:g -SUBST_SED.sather-configure+= -e s:@PREFIX@:${PREFIX}:g -SUBST_SED.sather-configure+= -e s:@X11BASE@:${X11BASE}:g +SUBST_VARS.sather-configure= CC +SUBST_VARS.sather-configure+= CFLAGS +SUBST_VARS.sather-configure+= GMAKE +SUBST_VARS.sather-configure+= PREFIX +SUBST_VARS.sather-configure+= X11BASE SUBST_SED.sather-configure+= -e s:@GC_PREFIX@:${BUILDLINK_PREFIX.boehm-gc}:g SUBST_SED.sather-configure+= -e s:@TCL_PREFIX@:${BUILDLINK_PREFIX.tcl}:g SUBST_SED.sather-configure+= -e s:@TK_PREFIX@:${BUILDLINK_PREFIX.tk}:g -SUBST_SED.sather-configure+= -e s:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g -SUBST_SED.sather-configure+= -e s:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g +SUBST_VARS.sather-configure+= LINKER_RPATH_FLAG +SUBST_VARS.sather-configure+= COMPILER_RPATH_FLAG INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc/sather \ lib/sather lib/sather/Bin share/emacs/site-lisp |