diff options
author | jlam <jlam> | 2001-11-21 15:44:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-21 15:44:22 +0000 |
commit | 72c577050633a0887af46cdad48c1bda22d73629 (patch) | |
tree | 8801bb5ed9083645a1438f300ec8a7a972d79d1e /print | |
parent | 7f0c876b6b42cc2b0ae185611b9b4df6f96f4a64 (diff) | |
download | pkgsrc-72c577050633a0887af46cdad48c1bda22d73629.tar.gz |
RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk).
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 78427e305e1..ee00f4a92f5 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2001/11/19 16:23:11 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2001/11/21 15:44:23 jlam Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -71,7 +71,7 @@ SUPPORT_FILES= ${EGDIR}/classes.conf ${CONFDIR}/cups/classes.conf SUPPORT_FILES+= ${EGDIR}/mime.convs ${CONFDIR}/cups/mime.convs SUPPORT_FILES+= ${EGDIR}/mime.types ${CONFDIR}/cups/mime.types SUPPORT_FILES+= ${EGDIR}/printers.conf ${CONFDIR}/cups/printers.conf -RCD_SCRIPTS= ${PREFIX}/etc/rc.d/cupsd /etc/rc.d/cupsd +RCD_SCRIPTS= cupsd OWN_DIRS+= ${CONFDIR}/cups OWN_DIRS+= ${CONFDIR}/cups/interfaces |