summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-26 00:55:39 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-26 00:55:39 +0000
commit910ce3a461b5734ace0713d31d5d5253aab30c61 (patch)
treed37d6ee37e24deb726983487fbfeb0c18641a552 /mk
parentb117dea03a0b09cd4c7e0f7cf75da168036425ca (diff)
downloadpkgsrc-910ce3a461b5734ace0713d31d5d5253aab30c61.tar.gz
Clean up after installing digest, also use DEPENDS_TARGET to install
(in case someone wants something else then a 'install')
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 72d8eb9faa4..f1621f02457 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.696 2001/03/23 17:11:18 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.697 2001/03/26 00:55:39 hubertf Exp $
#
# This file is in the public domain.
#
@@ -690,7 +690,9 @@ uptodate-digest:
if [ -f ${DIGEST} ]; then \
${MAKE} ${MAKEFLAGS} deinstall; \
fi; \
- ${MAKE} ${MAKEFLAGS} install) \
+ ${MAKE} ${MAKEFLAGS} ${DEPENDS_TARGET}; \
+ ${MAKE} ${MAKEFLAGS} clean ) \
+ ;; \
esac \
fi