diff options
author | ade <ade@FreeBSD.org> | 2004-08-24 03:59:09 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-24 03:59:09 +0800 |
commit | b5f58d27919af9c73b77e75a4d611d06ce73acd9 (patch) | |
tree | ead4cd7c8bdbb3e6ec22cf2eacc1e0b688d82c9b /lang/tcl80 | |
parent | a8b90a2566a9358fd183f78cbfae65149f2f1e33 (diff) | |
download | freebsd-ports-gnome-b5f58d27919af9c73b77e75a4d611d06ce73acd9.tar.gz freebsd-ports-gnome-b5f58d27919af9c73b77e75a4d611d06ce73acd9.tar.zst freebsd-ports-gnome-b5f58d27919af9c73b77e75a4d611d06ce73acd9.zip |
Slightly harder to deal with than ports/70328, but tweak tcl80 and tk80
with WITH_TCL80_MAN and WITH_TK80_MAN knobs respectively.
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 87c454541632..0e4bdbe1605b 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.0.5 +PORTREVISION= 1 CATEGORIES= lang tcl80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ DISTNAME= tcl8.0.5 @@ -30,7 +31,9 @@ TCL_LIB= libtcl80.so .include <bsd.port.pre.mk> +.if defined(WITH_TCL80_MAN) .include "${FILESDIR}/manpages" +.endif MANCOMPRESSED= yes |