aboutsummaryrefslogtreecommitdiff
path: root/www/tclhttpd/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-06-14 21:20:34 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-06-14 21:20:34 +0000
commitd93008b7ae9b3461174583e8cac50b865dcd6f19 (patch)
tree012ea97748b178f056bfc2ba489c19906f23fa88 /www/tclhttpd/Makefile
parent057a6a562bfdd802d3e7afe1302904b7aacf8ad1 (diff)
downloadports-d93008b7ae9b3461174583e8cac50b865dcd6f19.tar.gz
ports-d93008b7ae9b3461174583e8cac50b865dcd6f19.zip
Notes
Diffstat (limited to 'www/tclhttpd/Makefile')
-rw-r--r--www/tclhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tclhttpd/Makefile b/www/tclhttpd/Makefile
index bbb321f2fa14..4ac69f0ae000 100644
--- a/www/tclhttpd/Makefile
+++ b/www/tclhttpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tclhttpd
PORTVERSION= 3.3
+PORTREVISION= 1
CATEGORIES= www tcl${TCL_VER}
MASTER_SITES= ${MASTER_SITE_TCLTK}
MASTER_SITE_SUBDIR= httpd
@@ -23,6 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl="${LOCALBASE}/lib/tcl${TCL_DVER}" \
--with-tclinclude="${LOCALBASE}/include/tcl${TCL_DVER}"
+MAN1= tclhttpd.1
RCD= ${LOCALBASE}/etc/rc.d/tclhttpd.sh
.include <bsd.port.pre.mk>
@@ -31,8 +33,6 @@ 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"