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 /audio/nas/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 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 9ef313ec8f6..ec10e4ae666 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2017/11/13 12:23:36 khorben Exp $ +# $NetBSD: Makefile,v 1.98 2019/05/23 19:22:55 rillig Exp $ DISTNAME= nas-1.9.4.src PKGNAME= ${DISTNAME:S/.src//} @@ -27,12 +27,12 @@ PKG_SYSCONFSUBDIR= nas SUBST_CLASSES+= sysconf SUBST_STAGE.sysconf= pre-configure SUBST_FILES.sysconf= config/NetAudio.def -SUBST_SED.sysconf= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" +SUBST_VARS.sysconf= PKG_SYSCONFDIR SUBST_CLASSES+= ossaudio SUBST_STAGE.ossaudio= pre-configure SUBST_FILES.ossaudio= server/nasd.conf.eg server/dda/voxware/auvoxware.c -SUBST_SED.ossaudio= -e "s|@DEVOSSAUDIO@|${DEVOSSAUDIO}|g" +SUBST_VARS.ossaudio= DEVOSSAUDIO SUBST_CLASSES+= mungeman SUBST_STAGE.mungeman= pre-configure |