aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/bjfiltercom/Makefile4
-rw-r--r--print/bjfiltercom/pkg-descr5
2 files changed, 6 insertions, 3 deletions
diff --git a/print/bjfiltercom/Makefile b/print/bjfiltercom/Makefile
index 9397287a4432..1d7f34373255 100644
--- a/print/bjfiltercom/Makefile
+++ b/print/bjfiltercom/Makefile
@@ -61,9 +61,9 @@ do-build:
do-install:
cd ${WRKDIR}; \
- ${TAR} cf - usr | ${TAR} xfp - -C /compat/linux
+ ${TAR} cf - usr | ${TAR} xf - -C /compat/linux
.for i in ${BIN_FILES}
- ${MV} /compat/linux/usr/local/bin/$i ${PREFIX}/bin
+ ${MV} -f /compat/linux/usr/local/bin/$i ${PREFIX}/bin
.endfor
.if defined(SLAVE_PORT)
${MKDIR} ${PREFIX}/libexec/${PORTNAME}
diff --git a/print/bjfiltercom/pkg-descr b/print/bjfiltercom/pkg-descr
index 112445525360..5dd2e4f5688f 100644
--- a/print/bjfiltercom/pkg-descr
+++ b/print/bjfiltercom/pkg-descr
@@ -1,7 +1,10 @@
This port is for common files for Canon Bubble Jet Print Filter for
Linux which is for Canon bubble jet printers BJ F850, F860 and so
on. By using the driver you can print out as high quality as you use
-the Windows driver. See the below URL:
+the Windows driver. See the below URLs:
WWW: http://www.canon-sales.co.jp/drv-upd/linux/bjlinux100.html
+ file:/usr/local/share/doc/bjfiltercom-1.0/html/README.HTM
+ file:/usr/local/share/doc/bjfiltercom-1.0/html/INDEX.HTM
+ file:/usr/local/share/doc/bjfiltercom-1.0/html/FAQ.HTM