summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-01-28 07:39:13 +0000
committerjlam <jlam@pkgsrc.org>2005-01-28 07:39:13 +0000
commit0d547bd690f7cfba8e972cfd74255fa55ed98590 (patch)
tree17f2b707ef8b73b9f29fbb230850274de9b19dfc /mk
parentf9d620373a45314d4df95f89851b337fd35fda22 (diff)
downloadpkgsrc-0d547bd690f7cfba8e972cfd74255fa55ed98590.tar.gz
Note the end of the install-dirs unpack template within the INSTALL
script.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.install.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.install.mk b/mk/bsd.pkg.install.mk
index 90569408004..4efdb0a5f9d 100644
--- a/mk/bsd.pkg.install.mk
+++ b/mk/bsd.pkg.install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.74 2005/01/28 07:37:55 jlam Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.75 2005/01/28 07:39:13 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk to use the common
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
@@ -299,6 +299,8 @@ ${INSTALL_DIRS_FILE}: ../../mk/install/dirs
${ECHO} " \$${CHMOD} +x ./+DIRS"; \
${ECHO} " ;;"; \
${ECHO} "esac"; \
+ ${ECHO} ""; \
+ ${ECHO} "# end of install-dirs"; \
} > ${.TARGET}.tmp; \
${MV} -f ${.TARGET}.tmp ${.TARGET}