diff options
author | jkh <jkh@FreeBSD.org> | 1997-07-14 12:54:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-07-14 12:54:05 +0000 |
commit | 591b4e27f0641fb331f74925aadc31eeb0869449 (patch) | |
tree | 1389ba79fbb50960ceaf84173a09e8183b3a7c57 /irc | |
parent | 63f96e5ef8b8d7309091a6975bbdf5119cf76287 (diff) | |
download | FreeBSD-ports-591b4e27f0641fb331f74925aadc31eeb0869449.zip FreeBSD-ports-591b4e27f0641fb331f74925aadc31eeb0869449.tar.gz |
After referring to some other ports, be more canonical in placement
of variables.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/zircon/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index e4bce4f..2d7ea2d 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,17 +3,18 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.13 1997/04/20 13:19:39 wosch Exp $ +# $Id: Makefile,v 1.14 1997/07/14 12:50:14 jkh Exp $ # DISTNAME= zircon-1.18.31 CATEGORIES= net tk41 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ -IS_INTERACTIVE= yes -NO_BUILD= yes MAINTAINER= ports@FreeBSD.org +IS_INTERACTIVE= yes +NO_BUILD= yes + # You can define USE_DPWISH if you want to run under the older # tcl7.3/tk3.6/tclDP code. The author strongly reccomends using # tcl7.5/tk4.1 instead, and the tclDP wont be supported for long. |