summaryrefslogtreecommitdiffstats
path: root/irc/zircon
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-04-15 22:34:20 +0000
committerdinoex <dinoex@FreeBSD.org>2001-04-15 22:34:20 +0000
commitb34b81b7e37dd87cb4088d2973e752c44ece78f7 (patch)
tree7729becf01645f4023210744a75ec47b4840b1f5 /irc/zircon
parent540b8881b43cb3ba4c3cf3f38dd2e8835dea9f43 (diff)
downloadFreeBSD-ports-b34b81b7e37dd87cb4088d2973e752c44ece78f7.zip
FreeBSD-ports-b34b81b7e37dd87cb4088d2973e752c44ece78f7.tar.gz
removed IS_INTERACTIVE, so a package can now be build
Took maintainership
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 3b96358..4d98a80 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>
OpenPOWER on IntegriCloud