diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-02-21 05:49:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-02-21 05:49:23 +0800 |
commit | 26d03cd5e7346af6f9d760e056d01e2f581980e4 (patch) | |
tree | 6aa24e2eb5c2b0cf700f3a28b7b457b364dd1967 /print | |
parent | a8a3298314cd1513c748faced65a520dd53583b2 (diff) | |
download | freebsd-ports-gnome-26d03cd5e7346af6f9d760e056d01e2f581980e4.tar.gz freebsd-ports-gnome-26d03cd5e7346af6f9d760e056d01e2f581980e4.tar.zst freebsd-ports-gnome-26d03cd5e7346af6f9d760e056d01e2f581980e4.zip |
- add lpr-cups
Suggested by: avilla
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 4af81957a819..80cc315301b9 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -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 diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index 3860f2b2a705..f6deb9be5af0 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -47,6 +47,7 @@ bin/lpoptions bin/lppasswd bin/lpq bin/lpr +bin/lpr-cups bin/lprm bin/lpstat bin/ppdc |