aboutsummaryrefslogtreecommitdiff
path: root/irc/zircon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/zircon/Makefile')
-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>