summaryrefslogtreecommitdiffstats
path: root/www/linux-netscape6
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-01-28 02:44:58 +0000
committertrevor <trevor@FreeBSD.org>2002-01-28 02:44:58 +0000
commit1954c501ad4bac436351b76337c65c8b26caf5b0 (patch)
treeda62ba2532f2d9347fb6ff0ff9cfdb99f069dbd3 /www/linux-netscape6
parent171ab74fc40294c25604dce8370b8301e33a258f (diff)
downloadFreeBSD-ports-1954c501ad4bac436351b76337c65c8b26caf5b0.zip
FreeBSD-ports-1954c501ad4bac436351b76337c65c8b26caf5b0.tar.gz
Fix a bug I created when I added the component-selection dialog:
the Java plugin was installed in the wrong directory. Bump PORTREVISION in case this bit anyone else. Noticed and tested by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r--www/linux-netscape6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile
index a782511..b78a083 100644
--- a/www/linux-netscape6/Makefile
+++ b/www/linux-netscape6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= linux-netscape
PORTVERSION= 6.2.1
+PORTREVISION= 1
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
ftp://ftp.bu.edu/pub/mirrors/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \
@@ -71,7 +72,7 @@ STARTUP_CMD= netscape6
.include <bsd.port.pre.mk>
pre-everything::
- ${MKDIR} ${WRKSRC}/bin/plugins/java2 ${WRKSRC}/bin/chrome \
+ ${MKDIR} ${WRKSRC}/bin/plugins ${WRKSRC}/bin/chrome \
${WRKSRC}/plugins
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
DISTFILES!=${CAT} ${.CURDIR}/work/${WRKSRC}/components.conf; ${TRUE}
OpenPOWER on IntegriCloud