1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Base lpr lives in /usr not in /

Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2003-12-04 10:05:06 +00:00
parent 488e8b4eee
commit d964da3bd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94921
2 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
REPLACES_BINARIES="/bin/lpr
/bin/lp
/bin/lpq
/bin/lprm
/bin/lpstat
/sbin/lpc"
REPLACES_BINARIES="/usr/bin/lpr
/usr/bin/lp
/usr/bin/lpq
/usr/bin/lprm
/usr/bin/lpstat
/usr/sbin/lpc"
case $2 in
POST-DEINSTALL)

View File

@ -1,11 +1,11 @@
#!/bin/sh
REPLACES_BINARIES="/bin/lpr
/bin/lp
/bin/lpq
/bin/lprm
/bin/lpstat
/sbin/lpc"
REPLACES_BINARIES="/usr/bin/lpr
/usr/bin/lp
/usr/bin/lpq
/usr/bin/lprm
/usr/bin/lpstat
/usr/sbin/lpc"
case $2 in
POST-INSTALL)