diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-20 23:26:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-20 23:26:49 +0000 |
commit | 6a9d3bc9a4a0fb24989a827e1f3410f941a4f7e7 (patch) | |
tree | 28507f3af6e853b624ce3c5530b9f640861b9ef1 /devel | |
parent | gktgl has moved from gtkql to gtkgl. (diff) |
This port installs a manpage in /usr/local/man1. That's evil!
Notes
Notes:
svn path=/head/; revision=13264
Diffstat (limited to 'devel')
-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 4bb84eb47042..e4e532f70a4a 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 |