summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>1998-08-30 04:44:56 +0000
committerlukem <lukem@pkgsrc.org>1998-08-30 04:44:56 +0000
commit12065b2b71a1758f64a671aa4d6fd91f393a468a (patch)
treeb114f74c9a51ec723d681032a44a9278a9081319 /mk
parent7dbd840630a804da954ab12303dd27838f7401c2 (diff)
downloadpkgsrc-12065b2b71a1758f64a671aa4d6fd91f393a468a.tar.gz
it's now bsd.pkg.mk (not bsd.port.mk)
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.own.mk4
-rw-r--r--mk/mk.conf.example4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.own.mk b/mk/bsd.own.mk
index b2ca7e50d2d..e8b40924471 100644
--- a/mk/bsd.own.mk
+++ b/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.6 1998/07/31 14:55:07 tv Exp $
+# $NetBSD: bsd.own.mk,v 1.7 1998/08/30 04:44:56 lukem Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -166,7 +166,7 @@ TARGETS+= all clean cleandir depend includes install lint obj regress \
realinstall
# set NEED_OWN_INSTALL_TARGET, if it's not already set, to yes
-# this is used by bsd.port.mk to stop "install" being defined
+# this is used by bsd.pkg.mk to stop "install" being defined
NEED_OWN_INSTALL_TARGET?= yes
.if (${NEED_OWN_INSTALL_TARGET} == "yes")
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 28389eb39bc..41042ac0b4a 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,8 +1,8 @@
-# $NetBSD: mk.conf.example,v 1.21 1998/08/12 02:54:30 tv Exp $
+# $NetBSD: mk.conf.example,v 1.22 1998/08/30 04:44:56 lukem Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection
-# See /usr/share/mk/bsd.port.mk for a full description of all
+# See /usr/pkgsrc/mk/bsd.pkg.mk for a full description of all
# available options.
#
# Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998