diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-02 17:25:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-02 17:25:03 +0000 |
commit | c5cae452bb995162fe793e7e830355fcde4e3b23 (patch) | |
tree | 21a4661e1504a902784faf4b61c42b6db9e4eae9 /audio | |
parent | 4988ea443841dbbdc0474d7ab73af2789089561b (diff) | |
download | pkgsrc-c5cae452bb995162fe793e7e830355fcde4e3b23.tar.gz |
pkglint fix -- use -e in SUBST_SED.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. |