pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/totem-browser-plugin Fix destdir installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/01c473267a45
branches: trunk
changeset: 393332:01c473267a45
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 19 20:18:29 2009 +0000
description:
Fix destdir installation.
diffstat:
multimedia/totem-browser-plugin/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r caf053222205 -r 01c473267a45 multimedia/totem-browser-plugin/Makefile
--- a/multimedia/totem-browser-plugin/Makefile Tue May 19 19:46:41 2009 +0000
+++ b/multimedia/totem-browser-plugin/Makefile Tue May 19 20:18:29 2009 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/03/16 12:13:31 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/19 20:18:29 wiz Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../multimedia/totem/Makefile.common"
PKGNAME= ${DISTNAME:S/totem/totem-browser-plugin/}
@@ -10,12 +12,13 @@
COMMENT+= (gecko plugin)
-PKG_DESTDIR_SUPPORT= user-destdir
-
CONFIGURE_ARGS+= --enable-browser-plugins
BROWSER_PLUGINS= cone gmp mully narrowspace
+INSTALLATION_DIRS= lib/firefox3/plugins
+INSTALLATION_DIRS+= libexec
+
do-install:
.for plugin in ${BROWSER_PLUGINS}
cd ${WRKSRC}/browser-plugin && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
Home |
Main Index |
Thread Index |
Old Index