summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-02 06:56:38 +0000
committerjlam <jlam>2001-12-02 06:56:38 +0000
commitd1c143236383007ebe2b664cf4f20e65f07e995a (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /print/cups
parentbe4037a8473c5de66a8b96ac53c9dc59a80855ee (diff)
downloadpkgsrc-d1c143236383007ebe2b664cf4f20e65f07e995a.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"