diff options
Diffstat (limited to 'devel/clig/Makefile')
-rw-r--r-- | devel/clig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 4bb84eb4704..e4e532f70a4 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -3,7 +3,7 @@ # Date created: 27 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/07/30 15:15:35 hoek Exp $ +# $Id: Makefile,v 1.2 1998/07/30 15:26:22 hoek Exp $ # DISTNAME= clig-1.0.2 @@ -16,6 +16,8 @@ MAINTAINER= billf@chc-chimes.com BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 +BROKEN= installs man page in /usr/local/man1 + MAN1= clig.1 NO_BUILD= yes |