diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 02:48:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 02:48:59 +0000 |
commit | fb4a8f154b6bb9cf35b76d386a8b8eac9e6874df (patch) | |
tree | 482d1cc4f114ac550fb56fdc2974342555b44b9e | |
parent | Use correct filename to compress and install document file. (diff) |
Just a little variable reordering.
Notes
Notes:
svn path=/head/; revision=8702
-rw-r--r-- | irc/zircon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index e50e159b4f08..89b4b1b21414 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.18 1997/10/01 21:01:25 jkh Exp $ +# $Id: Makefile,v 1.19 1997/11/15 20:25:09 pst Exp $ # DISTNAME= zircon-1.18.71 @@ -12,12 +12,12 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= ports@FreeBSD.org -IS_INTERACTIVE= yes -NO_BUILD= yes - BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +IS_INTERACTIVE= yes +NO_BUILD= yes + do-install: (cd ${WRKSRC} && ./installZircon) |