mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- add lpr-cups
Suggested by: avilla
This commit is contained in:
parent
0c64119d86
commit
96dbd1ab61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269408
@ -74,7 +74,7 @@ CUPS_SUFFIX= -client
|
||||
CUPS_SUFFIX= -image
|
||||
LICENSE= LGPL21
|
||||
.else
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CUPS_SUFFIX= -base
|
||||
CONFLICTS+= cupsddk-*
|
||||
.endif
|
||||
@ -355,6 +355,7 @@ post-install:
|
||||
.if !defined(WITHOUT_GHOSTSCRIPT) || defined(WITH_XPDF)
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/filter/pdftops ${PREFIX}/libexec/cups/filter/
|
||||
.endif
|
||||
${LN} -s ${PREFIX}/bin/lpr ${PREFIX}/bin/lpr-cups
|
||||
${INSTALL} -d ${CUPS_ETCDIR}/
|
||||
${CP} -p ${WRKSRC}/conf/snmp.conf ${WRKSRC}/conf/snmp.conf.N
|
||||
.for f in cupsd.conf mime.convs mime.types snmp.conf
|
||||
|
@ -47,6 +47,7 @@ bin/lpoptions
|
||||
bin/lppasswd
|
||||
bin/lpq
|
||||
bin/lpr
|
||||
bin/lpr-cups
|
||||
bin/lprm
|
||||
bin/lpstat
|
||||
bin/ppdc
|
||||
|
Loading…
Reference in New Issue
Block a user