diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-17 08:10:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-17 08:10:34 +0000 |
commit | 797b1f85839da0229289369c92fc83cbb7fce3c5 (patch) | |
tree | f01281376db497455a0af3630019683c513a2b2f /print | |
parent | cfc8f90bcef40044d3af2c0ce66ba4760b01314d (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-descr | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-message | 24 |
3 files changed, 26 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index a19f51f8b261..366391d08ab1 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -28,6 +28,8 @@ post-patch: ${WRKSRC}/Makedefs.in @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile + @${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \ + ${WRKSRC}/man/*.man pre-install: @${ECHO_MSG} "===>" Stopping cupsd ... diff --git a/print/cups-base/pkg-descr b/print/cups-base/pkg-descr index f5049de70300..015c38731b0d 100644 --- a/print/cups-base/pkg-descr +++ b/print/cups-base/pkg-descr @@ -18,6 +18,8 @@ non-PostScript printers. Sample drivers for HP and EPSON printers are included that use these filters. This software is available in the cups-pstoraster port. +WWW: http://www.cups.org/ + - AlanE (maintainer) alane@freebsd.org, ports@geeksrus.net [original text by greid@ukug.uk.freebsd.org] diff --git a/print/cups-base/pkg-message b/print/cups-base/pkg-message index 7d14ee90eb01..6a5db01f7f4d 100644 --- a/print/cups-base/pkg-message +++ b/print/cups-base/pkg-message @@ -1,4 +1,25 @@ -********************************************************************** +====================================================================== + +CUPS is now installed. + +Please read the documentation in %%PREFIX%%/share/doc/cups/ for information +on how to set up your printer to use CUPS. Basic template configuration files +have been installed in %%PREFIX%%/etc/cups/ + +To install the BSD and System V compatibility binaries look to the port +print/cups-lpr. These are no longer installed as part of the base cups port +because they have conflicting names with the native print binaries, and with +other ports such as lprNG. + +NOTE: IF YOU USE A NON-POSTSCRIPT PRINTER: + +You will need to install the cups-pstoraster port in order to print to +your printer. If you installed via the "cups" port, it will be installed +automatically. Otherwise, you will need to install the port or the package +yourself. + +====================================================================== + ********************************************************************** PLEASE NOTE: ============ @@ -9,4 +30,3 @@ To enable printing under Gimp do the following: 3) Restart cupsd ********************************************************************** -********************************************************************** |