- MESSAGE is already long enough without the need to add several useless

blank lines
This commit is contained in:
ajacoutot 2007-09-20 09:34:07 +00:00
parent 1ad292d661
commit 0f7256f6a3
2 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2007/09/19 20:58:07 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2007/09/20 09:34:07 ajacoutot Exp $
COMMENT= Common Unix Printing System
VERSION= 1.2.7
DISTNAME= cups-${VERSION}-source
PKGNAME= ${DISTNAME:S/-source//}p6
PKGNAME= ${DISTNAME:S/-source//}p7
CATEGORIES= print sysutils
SHARED_LIBS= cups 3.0 \
cupsimage 2.3

View File

@ -8,8 +8,6 @@ if [ -x ${PREFIX}/sbin/cupsd ]; then
echo -n ' cupsd'; ${PREFIX}/sbin/cupsd
fi
Starting cupsd will overwrite /etc/printcap. A backup copy of this file
is saved as /etc/printcap.pre-cups by '${PREFIX}/sbin/cups-enable'
and will be restored when you run '${PREFIX}/sbin/cups-disable'.