pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/aubio
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 1 21:48:26 UTC 2019
Modified Files:
pkgsrc/audio/aubio: Makefile PLIST
Log Message:
aubio: Hack around man pages being installed to the wrong location.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/aubio/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/aubio/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/aubio/Makefile
diff -u pkgsrc/audio/aubio/Makefile:1.17 pkgsrc/audio/aubio/Makefile:1.18
--- pkgsrc/audio/aubio/Makefile:1.17 Thu Aug 1 13:42:54 2019
+++ pkgsrc/audio/aubio/Makefile Tue Oct 1 21:48:26 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2019/08/01 13:42:54 nia Exp $
+# $NetBSD: Makefile,v 1.18 2019/10/01 21:48:26 nia Exp $
DISTNAME= aubio-0.4.9
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://aubio.org/pub/
EXTRACT_SUFX= .tar.bz2
@@ -29,6 +30,9 @@ PYTHON_FOR_BUILD_ONLY= yes
do-configure:
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} configure ${MAKE_FLAGS}
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/share/man ${DESTDIR}${PREFIX}/${PKGMANDIR} || ${TRUE}
+
.include "options.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
Index: pkgsrc/audio/aubio/PLIST
diff -u pkgsrc/audio/aubio/PLIST:1.2 pkgsrc/audio/aubio/PLIST:1.3
--- pkgsrc/audio/aubio/PLIST:1.2 Thu Aug 1 13:42:54 2019
+++ pkgsrc/audio/aubio/PLIST Tue Oct 1 21:48:26 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/08/01 13:42:54 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/01 21:48:26 nia Exp $
bin/aubiomfcc
bin/aubionotes
bin/aubioonset
@@ -63,11 +63,11 @@ lib/libaubio.so
lib/libaubio.so.5
lib/libaubio.so.5.4.8
lib/pkgconfig/aubio.pc
-share/man/man1/aubio.1
-share/man/man1/aubiocut.1
-share/man/man1/aubiomfcc.1
-share/man/man1/aubionotes.1
-share/man/man1/aubioonset.1
-share/man/man1/aubiopitch.1
-share/man/man1/aubioquiet.1
-share/man/man1/aubiotrack.1
+man/man1/aubio.1
+man/man1/aubiocut.1
+man/man1/aubiomfcc.1
+man/man1/aubionotes.1
+man/man1/aubioonset.1
+man/man1/aubiopitch.1
+man/man1/aubioquiet.1
+man/man1/aubiotrack.1
Home |
Main Index |
Thread Index |
Old Index