summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-06-26 01:19:09 +0000
committerhubertf <hubertf@pkgsrc.org>2000-06-26 01:19:09 +0000
commit07a899535cfec7aff7faca0b4b59db9cf53cc2f5 (patch)
tree75eacee2bd9248e339c6fa4590404f2c17f4e572
parent73134e67336fd75686aaf8d5955b8303b57dad76 (diff)
downloadpkgsrc-07a899535cfec7aff7faca0b4b59db9cf53cc2f5.tar.gz
Use $INSTALL_COOKIE in one appropriate place
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 5f0fe045698..c48cc880e26 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.485 2000/06/25 06:31:12 hubertf Exp $ \
+# $NetBSD: bsd.pkg.mk,v 1.486 2000/06/26 01:19:09 hubertf Exp $ \
#
# This file is in the public domain.
#
@@ -1634,7 +1634,7 @@ root-install:
.if !defined(NO_PKG_REGISTER)
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} fake-pkg
.endif # !NO_PKG_REGISTER
- ${_PKG_SILENT}${_PKG_DEBUG}${TOUCH} ${TOUCH_FLAGS} ${WRKDIR}/.install_done
+ ${_PKG_SILENT}${_PKG_DEBUG}${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
.if !target(show-shlib-type)
# Show the shared lib type being built: one of ELF, a.out or none
@@ -2723,7 +2723,7 @@ COMMON_DIRS!= ${AWK} 'BEGIN { \
.if !target(print-PLIST)
print-PLIST:
- @${ECHO} '@comment $$NetBSD: bsd.pkg.mk,v 1.485 2000/06/25 06:31:12 hubertf Exp $$'
+ @${ECHO} '@comment $$NetBSD: bsd.pkg.mk,v 1.486 2000/06/26 01:19:09 hubertf Exp $$'
@${FIND} ${PREFIX}/. -newer ${EXTRACT_COOKIE} \! -type d \
| ${SED} s@${PREFIX}/./@@ \
| sort \