summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-08-28 08:03:43 +0000
committerume <ume@FreeBSD.org>2004-08-28 08:03:43 +0000
commitb21ac96f9b8c0474278c6211360fbe148acbe23a (patch)
tree77faf629eb1668ff5cd08f907e60ad3b7b024ba7 /print
parentcc659983b1be976c1a63047e1c9ffdd8697cf023 (diff)
downloadFreeBSD-ports-b21ac96f9b8c0474278c6211360fbe148acbe23a.zip
FreeBSD-ports-b21ac96f9b8c0474278c6211360fbe148acbe23a.tar.gz
replace /dev/usb/lp0 with /dev/ulpt0, too.
Diffstat (limited to 'print')
-rw-r--r--print/pips800/Makefile.pips2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips
index 73fe844..b60846b 100644
--- a/print/pips800/Makefile.pips
+++ b/print/pips800/Makefile.pips
@@ -294,7 +294,7 @@ post-patch:
.if ${PIPS_MAJOR} >= 2
${REINPLACE_CMD} -e 's,/etc/ekpdrc,${PREFIX}&,' \
${WRKSRC}/ekpd/cbtd_setup.c
- ${REINPLACE_CMD} -e 's,/dev/lp0,/dev/ulpt0,' \
+ ${REINPLACE_CMD} -e 's;/dev/\(usb/\)\{0,1\}lp0;/dev/ulpt0;' \
-e 's,^SUBDIRS = rc$$,#&,' \
${WRKSRC}/ekpd/Makefile.in
.if ${DIST_TYPE} != cups
OpenPOWER on IntegriCloud