aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-03-14 15:51:39 +0800
committertaoka <taoka@FreeBSD.org>2001-03-14 15:51:39 +0800
commite8743425a335f9d41e01989dc4dac32b0e4dc4e9 (patch)
tree3940942fccbf000146e40ca53a2e1c54f5b4012f /print
parent333dd400608ba00263bba1c9d5669a9989e4e21c (diff)
downloadfreebsd-ports-gnome-e8743425a335f9d41e01989dc4dac32b0e4dc4e9.tar.gz
freebsd-ports-gnome-e8743425a335f9d41e01989dc4dac32b0e4dc4e9.tar.zst
freebsd-ports-gnome-e8743425a335f9d41e01989dc4dac32b0e4dc4e9.zip
Add important URLs int pkg-descr
Add -f to ${MV} in order to force to move files Delete "p" from "${TAR} xfp". Expanding this distfile, directory modes under bjfiltercom/work/usr are 700. So in "make install", /compat/linux/usr/local's mode is 700 if ${TAR} with "p" is executed.
Diffstat (limited to 'print')
-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