diff options
author | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
commit | b99928fdbc9a42469c377a8a2847c9963522e04d (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /print/cups/Makefile | |
parent | 6376ed41fdc7ad082a01122a4e0c6a6c0e82ae9c (diff) | |
download | pkgsrc-b99928fdbc9a42469c377a8a2847c9963522e04d.tar.gz |
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index cf11b2140b3..30052c1037d 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2005/08/10 23:37:08 salo Exp $ +# $NetBSD: Makefile,v 1.96 2005/08/19 18:12:38 jlam Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -92,10 +92,10 @@ PKG_USERS= ${CUPS_USER}:${CUPS_GROUP}::Common\\ UNIX\\ Printing\\ System\\ user SPECIAL_PERMS= ${PREFIX}/bin/lppasswd ${CUPS_USER} ${CUPS_GROUP} 4755 CONF_FILES= ${EGDIR}/client.conf ${CUPS_CONFDIR}/client.conf CONF_FILES+= ${EGDIR}/cupsd.conf ${CUPS_CONFDIR}/cupsd.conf -SUPPORT_FILES= ${EGDIR}/classes.conf ${CUPS_CONFDIR}/classes.conf -SUPPORT_FILES+= ${EGDIR}/mime.convs ${CUPS_CONFDIR}/mime.convs -SUPPORT_FILES+= ${EGDIR}/mime.types ${CUPS_CONFDIR}/mime.types -SUPPORT_FILES+= ${EGDIR}/printers.conf ${CUPS_CONFDIR}/printers.conf +CONF_FILES+= ${EGDIR}/classes.conf ${CUPS_CONFDIR}/classes.conf +CONF_FILES+= ${EGDIR}/mime.convs ${CUPS_CONFDIR}/mime.convs +CONF_FILES+= ${EGDIR}/mime.types ${CUPS_CONFDIR}/mime.types +CONF_FILES+= ${EGDIR}/printers.conf ${CUPS_CONFDIR}/printers.conf RCD_SCRIPTS= cupsd OWN_DIRS= ${CUPS_CONFDIR} |