pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/MozillaFirebird-bin-realplayer The symlink shouldt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/86cfc421ff4f
branches: trunk
changeset: 463142:86cfc421ff4f
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Oct 29 22:24:09 2003 +0000
description:
The symlink shouldt be ${LN} -s ${PLUGIN_SOURCE} not ${LN} -s ${PLUGIN_SOURCE}/rpnp.so, so MozillaFirebird can found the plugin. Bump PKGREVISION and closes PR pkg/23187
diffstat:
www/MozillaFirebird-bin-realplayer/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f1a7c9898757 -r 86cfc421ff4f www/MozillaFirebird-bin-realplayer/Makefile
--- a/www/MozillaFirebird-bin-realplayer/Makefile Wed Oct 29 22:21:11 2003 +0000
+++ b/www/MozillaFirebird-bin-realplayer/Makefile Wed Oct 29 22:24:09 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/10/22 05:12:45 reed Exp $
+# $NetBSD: Makefile,v 1.3 2003/10/29 22:24:09 xtraeme Exp $
DISTNAME= MozillaFirebird-bin-realplayer-1.0
WRKSRC= ${WRKDIR}
+PKGREVISION= 1
CATEGORIES= www audio graphics
MASTER_SITES= # empty
DISTFILES= # empty
@@ -25,6 +26,6 @@
PLUGIN_SOURCE= ${PREFIX}/lib/netscape/plugins/rpnp.so
do-install:
- ${LN} -s ${PLUGIN_SOURCE}/rpnp.so ${NS_PLUGINS_DIR}/rpnp.so
+ ${LN} -s ${PLUGIN_SOURCE} ${NS_PLUGINS_DIR}/rpnp.so
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index