summaryrefslogtreecommitdiff
path: root/irc/zircon
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-04-15 22:34:20 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-04-15 22:34:20 +0000
commitec8c1be7fb5f6cfacc56acdad15179832e4c89a3 (patch)
treed0c62565f4159ec92133976f96809fc9b440811c /irc/zircon
parentUpdate to 3.32, which contains no new hacks, but does contain a new system (diff)
removed IS_INTERACTIVE, so a package can now be build
Took maintainership
Notes
Notes: svn path=/head/; revision=41442
Diffstat (limited to 'irc/zircon')
-rw-r--r--irc/zircon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 3b963584adab..4d98a8062480 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -10,14 +10,14 @@ PORTVERSION= 1.18.248
CATEGORIES= irc tk83
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
-MAINTAINER= jseger@FreeBSD.org
+MAINTAINER= dirk.meyer@dinoex.sub.org
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-IS_INTERACTIVE= yes
NO_BUILD= yes
do-install:
- (cd ${WRKSRC} && ./installZircon)
+ ${ECHO} "set go {Yes}" >>${WRKSRC}/install.in
+ (cd ${WRKSRC} && ./installZircon NoGui)
.include <bsd.port.mk>