aboutsummaryrefslogtreecommitdiff
path: root/www/netscape7
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-01-28 02:44:58 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-01-28 02:44:58 +0000
commit6364e85f7b48ea4cad8a45018325b279919265da (patch)
treebea4cb9dd9e911d0c938fe873fcb1f0f255d9af5 /www/netscape7
parentddd39f861a97ca092b0fc87102b5553e3a5b3bf0 (diff)
downloadports-6364e85f7b48ea4cad8a45018325b279919265da.tar.gz
ports-6364e85f7b48ea4cad8a45018325b279919265da.zip
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>
Notes
Notes: svn path=/head/; revision=53888
Diffstat (limited to 'www/netscape7')
-rw-r--r--www/netscape7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index a78251159895..b78a083c5489 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/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}