mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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>
This commit is contained in:
parent
ddd39f861a
commit
6364e85f7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53888
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user