diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-02-13 14:30:02 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-02-13 14:30:02 +0000 |
commit | f3269130871c4e704bb487f92717c258ba115068 (patch) | |
tree | 2f5bb4ce759a3949572bd34067fb03bb2916b82e /www | |
parent | aff34a0e88be37b96d1a8ceb00470e26b48e9be7 (diff) | |
download | pkgsrc-f3269130871c4e704bb487f92717c258ba115068.tar.gz |
Look for the Adobe Flash plugin installed by pkgsrc out-of-the-box.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 4 | ||||
-rw-r--r-- | www/opera/Makefile.rpm | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 2f8a5bc6e13..d85bc32782f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2009/01/08 12:23:30 obache Exp $ +# $NetBSD: Makefile,v 1.85 2009/02/13 14:30:02 ahoka Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= http://ftp.sunet.se/pub/www/clients/Opera/${OPERA_DIR}/ MASTER_SITES+= ftp://ftp.hu-berlin.de/pub/www/opera/${OPERA_DIR}/ diff --git a/www/opera/Makefile.rpm b/www/opera/Makefile.rpm index ce2ba4b816a..ad31aba6446 100644 --- a/www/opera/Makefile.rpm +++ b/www/opera/Makefile.rpm @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rpm,v 1.3 2009/01/08 12:23:30 obache Exp $ +# $NetBSD: Makefile.rpm,v 1.4 2009/02/13 14:30:02 ahoka Exp $ # This package installs from an RPM directly into "/usr" on a Linux # system, which can't be managed by pkgsrc. @@ -35,3 +35,5 @@ post-install: ${PREFIX}/${PKGMANDIR}/man1 ${ECHO} "bin/opera" >> ${RPM2PKG_PLIST} ${ECHO} "${PKGMANDIR}/man1/opera.1" >> ${RPM2PKG_PLIST} + ${ECHO} "${PREFIX}/lib/netscape/plugins=1" >> \ + ${PREFIX}/${EMULSUBDIR}/usr/share/opera/ini/pluginpath.ini |