diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-27 23:59:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-27 23:59:42 +0800 |
commit | 6e87d282e5b0d543b94b0c97f0e0a7dc7218a598 (patch) | |
tree | cc4976081c5592ad5640f5c6f3f03cfbfa6b6eee /www/tclhttpd | |
parent | 50e78e2dca89e8dcb17b19f81ec0aab43841e0ef (diff) | |
download | freebsd-ports-gnome-6e87d282e5b0d543b94b0c97f0e0a7dc7218a598.tar.gz freebsd-ports-gnome-6e87d282e5b0d543b94b0c97f0e0a7dc7218a598.tar.zst freebsd-ports-gnome-6e87d282e5b0d543b94b0c97f0e0a7dc7218a598.zip |
add missing man pages
PR: 27337
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Diffstat (limited to 'www/tclhttpd')
-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" |