diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 15:59:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 15:59:42 +0000 |
commit | f0b2949ac6fb37b010186f58dfe5a1dd92a071be (patch) | |
tree | e5c7b29106ef3338a7bc54235866c72641344753 /www | |
parent | 4037517a4733f6d2cafa1a67bb0916107dc4a9c5 (diff) | |
download | ports-f0b2949ac6fb37b010186f58dfe5a1dd92a071be.tar.gz ports-f0b2949ac6fb37b010186f58dfe5a1dd92a071be.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/tclhttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/tclhttpd/Makefile b/www/tclhttpd/Makefile index 7d5159b9cc48..bbb321f2fa14 100644 --- a/www/tclhttpd/Makefile +++ b/www/tclhttpd/Makefile @@ -31,6 +31,8 @@ PLIST_SUB+= TCL_VER=${TCL_VER} PORTVERSION=${PORTVERSION} \ SHLIB_NAME=${SHLIB_NAME} MAKE_ENV+= TCLSH_PROG=tclsh${TCL_DVER} +MAN1= httpd.1 + do-build: cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -j 2 TCL_DVER="${TCL_DVER}" \ FILESDIR="${FILESDIR}" -f "${FILESDIR}/Makefile.lib" |