- Provide helpful pkg-message [1]

- Add URL to pkg-descr [1]
- Use correct path to configuration files in man-page [2]

PRs:		ports/65390 [1], ports/65391 [2]
Submitted by:	Daniel Harris
Approved by:	maintainer
This commit is contained in:
Volker Stolz 2004-05-17 08:10:34 +00:00
parent cfc8f90bce
commit 797b1f8583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109322
3 changed files with 26 additions and 2 deletions

View file

@ -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 ...

View file

@ -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]

View file

@ -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
**********************************************************************
**********************************************************************