From e9e122fdb2ffda01554dc1d3b4b5e8121bf7d7d8 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 24 Apr 2008 12:32:22 +0000 Subject: Add a variable XINE_MOD_DIR_VER that contains the subdirectory name for the modules. Use it in xine-lib and its dependencies. Fixes a bug in xine-esound and installation of wip/xine-xcb. --- audio/xine-esound/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/xine-esound/Makefile') diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index ecae5928f23..4b2dbefe6a9 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/15 19:25:28 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2008/04/24 12:32:22 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -14,13 +14,13 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out CONFIGURE_ARGS+= --without-x -INSTALLATION_DIRS= lib/xine/plugins/1.20 +INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER} do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_ao_out_esd.la \ - ${DESTDIR}${PREFIX}/lib/xine/plugins/1.21/ + ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER} .include "../../audio/esound/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3