diff options
author | Tom Hukins <tom@FreeBSD.org> | 2004-11-17 09:39:34 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2004-11-17 09:39:34 +0000 |
commit | eec5a10aa85d4c7782f22cd42827159985e930b3 (patch) | |
tree | 371d19c16c4c3bbeb20866ab4065494769d9e016 /sysutils/tree | |
parent | c71bff81a70dc7ab80d0607e03f260e048141c26 (diff) | |
download | ports-eec5a10aa85d4c7782f22cd42827159985e930b3.tar.gz ports-eec5a10aa85d4c7782f22cd42827159985e930b3.zip |
Fix an installation problem I introduced yesterday.
PR: 74009
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
Notes
Notes:
svn path=/head/; revision=121801
Diffstat (limited to 'sysutils/tree')
-rw-r--r-- | sysutils/tree/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index 812a27e4a045..9522593eb66e 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display a tree-view of directories with optional color or HTML output +MAKE_ENV+= MKDIR="${MKDIR}" + MAN1= tree.1 PLIST_FILES= bin/tree |