diff options
author | joerg <joerg@FreeBSD.org> | 1996-01-14 03:01:10 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-01-14 03:01:10 +0800 |
commit | 070f71e78bd8ce39b1afeff153b7f2f4f5201d3c (patch) | |
tree | a0e3a823aeb06ecc64b51aa4133c826011aa5270 | |
parent | 68e58ccf95debaaa25f59cdb5ab2bbc0f9aa8911 (diff) | |
download | freebsd-ports-gnome-070f71e78bd8ce39b1afeff153b7f2f4f5201d3c.tar.gz freebsd-ports-gnome-070f71e78bd8ce39b1afeff153b7f2f4f5201d3c.tar.zst freebsd-ports-gnome-070f71e78bd8ce39b1afeff153b7f2f4f5201d3c.zip |
PLIST: the binary is now named `hpscan', not `scanner'
DESCR: the program is know to work with a Scanjet 4A as well
-rw-r--r-- | graphics/hpscan/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/hpscan/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/hpscan/pkg-descr b/graphics/hpscan/pkg-descr index 7d30f29bff92..05263368771d 100644 --- a/graphics/hpscan/pkg-descr +++ b/graphics/hpscan/pkg-descr @@ -1,7 +1,7 @@ This is a HP SCSI scanner driver which uses the FreeBSD 'pt' (Processor -Type) driver. It has been tested on the HP ScanJet 3C, and was written -for the HP ScanJet IIcx, so I suspect it will work with all newer HP -scanners without modifications. +Type) driver. It has been tested on the HP ScanJet 3C and 4A, and was +written for the HP ScanJet IIcx, so I suspect it will work with all newer +HP scanners without modifications. To install the driver you must add a line to your kernel config file like the following: diff --git a/graphics/hpscan/pkg-plist b/graphics/hpscan/pkg-plist index 72bb5a4d1cea..aa43d69cd079 100644 --- a/graphics/hpscan/pkg-plist +++ b/graphics/hpscan/pkg-plist @@ -1,2 +1,2 @@ @cwd /usr/X11R6 -bin/scanner +bin/hpscan |