summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /print/cups
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
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 e658fce68e7..b07d8be5e03 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/11/26 20:38:31 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2001/12/02 06:56:43 jlam Exp $
DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${VERS}
@@ -84,7 +84,6 @@ OWN_DIRS_PERMS+= /var/spool/cups/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
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/cupsd.sh ${PREFIX}/etc/rc.d/cupsd
@@ -97,7 +96,6 @@ post-install:
.if defined(USE_PAM)
${INSTALL_DATA} ${WRKDIR}/cups.pam ${EGDIR}
.endif
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../devel/zlib/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"