summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-19 09:04:02 +0000
committerjlam <jlam@pkgsrc.org>2002-09-19 09:04:02 +0000
commit5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6 (patch)
tree185ab29c04b06eec36c6497410047b36b8b6958d /print/cups
parent26ffd9ecf001eea6ac61f806c06dfb733a4c6634 (diff)
downloadpkgsrc-5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6.tar.gz
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 33469d93781..9c709287e66 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2002/09/18 22:58:46 jlam Exp $
+# $NetBSD: Makefile,v 1.52 2002/09/19 09:04:20 jlam Exp $
DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${VERS}
@@ -90,10 +90,8 @@ OWN_DIRS_PERMS+= ${CUPS_REQUESTS}/tmp ${CUPS_USER} ${CUPS_GROUP} 1700
pre-install:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/cups.pam > ${WRKDIR}/cups.pam
- @${SED} ${FILES_SUBST_SED} ${FILESDIR}/cupsd.sh > ${WRKDIR}/cupsd.sh
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/cupsd.sh ${PREFIX}/etc/rc.d/cupsd
${INSTALL_DATA_DIR} ${DOCDIR}
for file in ENCRYPTION.txt LICENSE.txt README.txt; do \
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}/$${file}; \