summaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-07-14 12:54:05 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-07-14 12:54:05 +0000
commit7c4ad890f146735408daddd43d967605e3a98f73 (patch)
treeee7b049e7e827b4ae8670ca3d0f9b8b287b76fdd /irc/zircon
parentUpdate this to version 1.18.31 (diff)
After referring to some other ports, be more canonical in placement
of variables.
Notes
Notes: svn path=/head/; revision=7318
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index e4bce4f008e3..2d7ea2d34928 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.