diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-23 19:59:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-23 19:59:09 +0000 |
commit | e56e34a8642e9e7394e20667b6dd92445638d684 (patch) | |
tree | 820f56eca98038ba6e5a712ae7899b5e40ee6296 /lang/tcl80/Makefile | |
parent | Place port name in the description. (diff) |
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 '')
-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 |