diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 20:18:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 20:18:29 +0000 |
commit | dea73f34993bdd35c7b1e53b79e7f70c268dcbf3 (patch) | |
tree | ff9b5046a59e9309060e270147d86b0e2028f6ed /multimedia/totem-browser-plugin | |
parent | 48614c5346cdd3782670c95e616f803062625e19 (diff) | |
download | pkgsrc-dea73f34993bdd35c7b1e53b79e7f70c268dcbf3.tar.gz |
Fix destdir installation.
Diffstat (limited to 'multimedia/totem-browser-plugin')
-rw-r--r-- | multimedia/totem-browser-plugin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/totem-browser-plugin/Makefile b/multimedia/totem-browser-plugin/Makefile index 7bc03f5a7f3..405aff7b232 100644 --- a/multimedia/totem-browser-plugin/Makefile +++ b/multimedia/totem-browser-plugin/Makefile @@ -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 @@ GCONF_SCHEMAS= # none 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} \ |