pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/sndfile-tools
Module Name: pkgsrc
Committed By: nia
Date: Wed May 13 12:18:08 UTC 2020
Modified Files:
pkgsrc/audio/sndfile-tools: Makefile
Log Message:
sndfile-tools: Avoid conflicting with libsamplerate
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/sndfile-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/sndfile-tools/Makefile
diff -u pkgsrc/audio/sndfile-tools/Makefile:1.1 pkgsrc/audio/sndfile-tools/Makefile:1.2
--- pkgsrc/audio/sndfile-tools/Makefile:1.1 Sat May 9 09:55:32 2020
+++ pkgsrc/audio/sndfile-tools/Makefile Wed May 13 12:18:08 2020
@@ -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 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
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