From 9775e25ab621cca2c95f0ec2cbfa0754cd79a604 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 2 May 2009 17:25:03 +0000 Subject: pkglint fix -- use -e in SUBST_SED. --- audio/libsndfile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 222f62ee5de..2b8e7ffb52e 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2009/03/04 16:47:05 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2009/05/02 17:25:03 wiz Exp $ DISTNAME= libsndfile-1.0.19 CATEGORIES= audio @@ -21,7 +21,7 @@ MAKE_JOBS_SAFE= no SUBST_CLASSES+= vorbis SUBST_FILES.vorbis= configure -SUBST_SED.vorbis= "s/1\.2\.1/1.2.0/g" +SUBST_SED.vorbis= -e "s/1\.2\.1/1.2.0/g" SUBST_STAGE.vorbis= pre-configure SUBST_MESSAGE.vorbis= Allowing libvorbis-1.2.0. -- cgit v1.2.3