1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add path to Acroread5-plugin for auto-detection

PR:		ports/33320
Submitted by:	John Merryweather Cooper
Approved by:	maintainer timeout
This commit is contained in:
Volker Stolz 2004-07-25 10:37:34 +00:00
parent ff06acb892
commit 999d1e8a92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114643
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ post-configure:
${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \
-e "s;@BROWSER@;${BROWSER_ARC};g" \
-e "s;@BROWSER_VER@;${BROWSER_VER};g" \
-e "s;@LOCALBASE@;${LOCALBASE};" \
${WRAPPER_TEMPLATE} >${WRKSRC}/netscape
${CHMOD} +x ${WRKSRC}/netscape
${ECHO_CMD} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile

View File

@ -1,6 +1,6 @@
#!/bin/sh
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins:@LOCALBASE@/Acrobat5/Browsers/intellinux/
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0