summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1999-11-10 10:37:12 +0000
committeragc <agc>1999-11-10 10:37:12 +0000
commit50fa1f5a518bb44f2ffc9ae919ae88be024907d3 (patch)
tree4fabd484bd0a134a5627aa5cc0dfe431e1a48088 /mk
parent9cc68316b01de7b1b748cdbe78953e4aaf733972 (diff)
downloadpkgsrc-50fa1f5a518bb44f2ffc9ae919ae88be024907d3.tar.gz
Provide an example MOTIFBASE definition.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 00c959c0223..e75ed3a9ac6 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.94 1999/10/31 17:47:44 jdolecek Exp $
+# $NetBSD: mk.conf.example,v 1.95 1999/11/10 10:37:12 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -60,6 +60,10 @@
# Possible: any path
# Default: /usr/X11R6
+#MOTIFBASE= /usr/X11R6 # Where Motif is installed on the system.
+ # Possible: any path
+ # Default: /usr/X11R6
+
#DISTDIR= ${PKGSRCDIR}/distfiles
# Directory where original distribution
# files are stored.