Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/sndfile-tools sndfile-tools: Avoid conflicting w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55442ab7bd71
branches:  trunk
changeset: 431454:55442ab7bd71
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed May 13 12:18:08 2020 +0000

description:
sndfile-tools: Avoid conflicting with libsamplerate

diffstat:

 audio/sndfile-tools/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 59e5a36bbe52 -r 55442ab7bd71 audio/sndfile-tools/Makefile
--- a/audio/sndfile-tools/Makefile      Wed May 13 11:18:35 2020 +0000
+++ b/audio/sndfile-tools/Makefile      Wed May 13 12:18:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/09 09:55:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/13 12:18:08 nia Exp $
 
 DISTNAME=      sndfile-tools-1.04
 CATEGORIES=    audio
@@ -13,6 +13,11 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+# Avoid conflicting with libsamplerate
+post-install:
+       ${RM} ${DESTDIR}${PREFIX}/bin/sndfile-resample
+       ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sndfile-resample.1
+
 .include "options.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index