pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/aubio aubio: Hack around man pages being install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bae17cc4177b
branches:  trunk
changeset: 340359:bae17cc4177b
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 01 21:48:26 2019 +0000

description:
aubio: Hack around man pages being installed to the wrong location.

diffstat:

 audio/aubio/Makefile |   6 +++++-
 audio/aubio/PLIST    |  18 +++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r 9443ca526541 -r bae17cc4177b audio/aubio/Makefile
--- a/audio/aubio/Makefile      Tue Oct 01 21:38:09 2019 +0000
+++ b/audio/aubio/Makefile      Tue Oct 01 21:48:26 2019 +0000
@@ -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 @@
 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"
diff -r 9443ca526541 -r bae17cc4177b audio/aubio/PLIST
--- a/audio/aubio/PLIST Tue Oct 01 21:38:09 2019 +0000
+++ b/audio/aubio/PLIST Tue Oct 01 21:48:26 2019 +0000
@@ -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.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