summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-04 10:08:27 +0000
committeragc <agc@pkgsrc.org>1998-09-04 10:08:27 +0000
commit200adda2c4bf1f1265c0c588308ab8f5621b79ed (patch)
treeb25c7797c9c67ba7ee638d6201d7521486a83289 /mk
parent592b28932ee30ed5031e49c720051823ad59b372 (diff)
downloadpkgsrc-200adda2c4bf1f1265c0c588308ab8f5621b79ed.tar.gz
Moved src/etc/mtree/BSD.pkg.dist to pkgsrc/mk/NetBSD.pkg.dist by Repository
Copy. Modified bsd.pkg.mk to use the file from the new location. Pointed out by Jason Thorpe in PR 5643.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 72b4117a25a..52995828fdf 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.155 1998/09/01 21:21:09 mellon Exp $
+# $NetBSD: bsd.pkg.mk,v 1.156 1998/09/04 10:08:27 agc Exp $
#
# This file is in the public domain.
#
@@ -255,7 +255,7 @@ EXTRACT_SUFX?= .tar.gz
MTREE_FILE= /etc/mtree/BSD.x11.dist
.else
.if (${OPSYS} == "NetBSD")
-MTREE_FILE= /etc/mtree/BSD.pkg.dist
+MTREE_FILE= ${PKGSRCDIR}/mk/NetBSD.pkg.dist
.else
MTREE_FILE= /etc/mtree/BSD.local.dist
.endif
@@ -1070,7 +1070,6 @@ _PORT_USE: .USE
@if [ `id -u` = 0 ]; then \
if [ ! -f ${MTREE_FILE} ]; then \
${ECHO_MSG} "Error: mtree file \"${MTREE_FILE}\" is missing."; \
- ${ECHO_MSG} "Copy it from a suitable location (e.g., /usr/src/etc/mtree) and try again."; \
exit 1; \
else \
if [ ! -d ${PREFIX} ]; then \