diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-13 18:35:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-13 18:35:39 +0000 |
commit | 504175192cd420c8c184d73c5435e36408167359 (patch) | |
tree | 5f014e73a788589c02b0505f9b92024566ffe440 /www/tclhttpd/files | |
parent | Fix yet another victim of changed default location of the WindowMaker's (diff) |
Provide the default setting for PREFIX...
Diffstat (limited to 'www/tclhttpd/files')
-rw-r--r-- | www/tclhttpd/files/Makefile.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tclhttpd/files/Makefile.lib b/www/tclhttpd/files/Makefile.lib index 58a7dc739aa0..60fe980b1b26 100644 --- a/www/tclhttpd/files/Makefile.lib +++ b/www/tclhttpd/files/Makefile.lib @@ -1,5 +1,6 @@ TCL_DVER?= 8.3 TCL_VER= ${TCL_DVER:S/.//} +PREFIX?= /usr/local SRCS=crypt.c setuid.c limit.c utime.c metaPackage.c |