From f1ad84f9c8889e0bc89b4de6519424391316aca9 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 20 Sep 1998 23:26:49 +0000 Subject: This port installs a manpage in /usr/local/man1. That's evil! --- devel/clig/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel') 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 # -# $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 -- cgit