summaryrefslogtreecommitdiff
path: root/audio/aubio/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-01 21:48:26 +0000
committernia <nia@pkgsrc.org>2019-10-01 21:48:26 +0000
commitbbe238ac0630bf423bfecb56c07a16c7933401ee (patch)
tree0e72e55c4fda230c9d8370ec3342da8b07242a9b /audio/aubio/Makefile
parent1d2561789e0335ec3e269a0f56607b6d254289c5 (diff)
downloadpkgsrc-bbe238ac0630bf423bfecb56c07a16c7933401ee.tar.gz
aubio: Hack around man pages being installed to the wrong location.
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r--audio/aubio/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index 16c63ec9480..598761057e2 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -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"