diff options
author | agc <agc@pkgsrc.org> | 1999-11-10 10:37:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-10 10:37:12 +0000 |
commit | 53fe9f03a726efa6abc5644b616cf39a122aec63 (patch) | |
tree | 4fabd484bd0a134a5627aa5cc0dfe431e1a48088 /mk | |
parent | b49a8211edc015e62fb92bf5ac4e26e34c94e436 (diff) | |
download | pkgsrc-53fe9f03a726efa6abc5644b616cf39a122aec63.tar.gz |
Provide an example MOTIFBASE definition.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 6 |
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. |