pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsndfile pkglint fix -- use -e in SUBST_SED.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0926398102a9
branches: trunk
changeset: 392537:0926398102a9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 02 17:25:03 2009 +0000
description:
pkglint fix -- use -e in SUBST_SED.
diffstat:
audio/libsndfile/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d14916e369f -r 0926398102a9 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sat May 02 17:24:15 2009 +0000
+++ b/audio/libsndfile/Makefile Sat May 02 17:25:03 2009 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index