mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
* Add the URL with the hpijs driver options
* Assign copyright to myself, since "The FreeBSD Project" is apparently not legally capable of receiving the assignment.
This commit is contained in:
parent
53529756d7
commit
df37963f2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90381
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ case "${first_line}" in
|
|||
\%\!*)
|
||||
#
|
||||
# PostScript input, so use ghostscript and hpijs
|
||||
# http://hpinkjet.sourceforge.net/printmodedescr.php#DJ9xxVIP
|
||||
#
|
||||
/usr/local/bin/gs -q -dNOPAUSE -dSAFER -r600x600 \
|
||||
-sDEVICE=ijs -sIjsServer=/usr/local/bin/hpijs -dIjsUseOutputFD \
|
||||
|
@ -53,7 +54,7 @@ esac
|
|||
exit 2
|
||||
|
||||
|
||||
# Copyright (c) 2003 The FreeBSD Project
|
||||
# Copyright (c) 2003 Doug Barton
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
Loading…
Add table
Reference in a new issue