summaryrefslogtreecommitdiff
path: root/print/pips800/files/setup
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-08-25 20:24:18 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-08-25 20:24:18 +0000
commit9290192e49da38265fc529924edcece9af7ba72b (patch)
treed44b77db8583c8656d1e6cd093f8582f3f524155 /print/pips800/files/setup
parentUpgrade to 3.9. (diff)
Fix long standing fetch problem by using latest distribution.
Recently, the souce codes are available. So, we can build FreeBSD native version of PIPS from source instead of just using Linux version. However, some libraries are still shipped as Linux binary. So, we use libmap.conf to solve this problem. Since I have only PM-760C, I cannot test it with other than PM-760C, actually. So, your feedbacks are welcome.
Notes
Notes: svn path=/head/; revision=117276
Diffstat (limited to 'print/pips800/files/setup')
-rw-r--r--print/pips800/files/setup8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/pips800/files/setup b/print/pips800/files/setup
index 7388c31c101b..488d05be101c 100644
--- a/print/pips800/files/setup
+++ b/print/pips800/files/setup
@@ -6,13 +6,13 @@
### in pips900-2.1.i386.tgz
### by taoka
-SCRIPT_PATH=%%PREFIX%%/libexec/pips%%PRTYPE%%/scripts
+SCRIPT_PATH=%%PREFIX%%/libexec/pips/%%PRT_MODEL%%/scripts
PRT_MODEL=%%PRT_MODEL%%
PIPS_COMMAND=pips%%PRTYPE%%
-PIPS_FILTER_PATH=%%PREFIX%%/libexec/%%BASE_NAME%%/filter%%PRTYPE%%.rev
+PIPS_FILTER_PATH=%%PREFIX%%/libexec/pips/%%PRT_MODEL%%/filter%%PRTYPE%%.rev
-SETUP_PATH=%%PREFIX%%/libexec/pips%%PRTYPE%%/setup
-EKPDRC=%%LINUXBASE%%/etc/ekpdrc
+SETUP_PATH=%%PREFIX%%/libexec/pips/%%PRT_MODEL%%/setup
+EKPDRC=%%PREFIX%%/etc/ekpdrc
VERSION=%%VERSION%%
DEF_PRT_PATH=/dev/ulpt0
WITH_EKPD=%%WITH_EKPD%%