summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-21 23:50:15 +0000
committerjlam <jlam>2006-05-21 23:50:15 +0000
commitc96b7ee78eedfde311f6a5db6fbfc5793fbe1c47 (patch)
tree0c523987180f677a1b6f7605da0f810de5df2349 /mk/bsd.pkg.mk
parent2bdde7af8a649f77c51bafe61f47d7d78fa3e592 (diff)
downloadpkgsrc-c96b7ee78eedfde311f6a5db6fbfc5793fbe1c47.tar.gz
Move mk/install to mk/pkginstall to better reflect the contents (the
pkginstall framework).
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 309de2dcac5..b0b06375feb 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1823 2006/05/21 14:41:29 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1824 2006/05/21 23:50:15 jlam Exp $
#
# This file is in the public domain.
#
@@ -438,7 +438,7 @@ _BUILD_DATE!= ${DATE} "+%Y-%m-%d %H:%M:%S %z"
.include "../../mk/alternatives.mk"
# INSTALL/DEINSTALL script framework
-.include "../../mk/install/bsd.pkginstall.mk"
+.include "../../mk/pkginstall/bsd.pkginstall.mk"
# If MESSAGE hasn't been defined, then set MESSAGE_SRC to be a space-separated
# list of files to be concatenated together to generate the MESSAGE file.